Skip to content
Snippets Groups Projects
Verified Commit 05862ff5 authored by Mark's avatar Mark
Browse files

Change pipeline job executction condiftions

parent 05d8da29
Branches
Tags
1 merge request!5Service Integration
Pipeline #635 failed
......@@ -66,7 +66,7 @@ integration-oauth:
- /kaniko/executor --context ${CI_PROJECT_DIR}/test/login_logout --dockerfile ${CI_PROJECT_DIR}/test/login_logout/Dockerfile --destination $CI_REGISTRY_IMAGE/login_logout:${CI_COMMIT_REF_NAME}
only:
changes:
- ./**/*
- ./test/login_logout/**/*
- .gitlab-ci.yml
integration-test:
......@@ -79,7 +79,7 @@ integration-test:
- /kaniko/executor --context ${CI_PROJECT_DIR}/test/login_logout/test/ --dockerfile ${CI_PROJECT_DIR}/test/login_logout/test/Dockerfile --destination $CI_REGISTRY_IMAGE/integration_ci_test:${CI_COMMIT_REF_NAME}
only:
changes:
- ./**/*
- ./test/login_logout/test/**/*
- .gitlab-ci.yml
behave-login:
......@@ -100,10 +100,6 @@ behave-login:
- login_provider/test/behave/screenshots/
expire_in: 1 month
when: on_failure
only:
changes:
- login_provider/**/*
- .gitlab-ci.yml
behave-integration:
stage: integration-test
......@@ -192,7 +188,3 @@ behave-integration:
- test/login_logout/test/behave/screenshots/
expire_in: 1 month
when: on_failure
only:
changes:
- login_provider/**/*
- .gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment