Change conditions upon which e2e test are run
This commit is contained in:
parent
9bafb101ac
commit
c2110108cb
@ -7,7 +7,7 @@ jobs:
|
|||||||
script: ./.ci/build.sh
|
script: ./.ci/build.sh
|
||||||
- stage: e2e-test
|
- stage: e2e-test
|
||||||
install: ./.ci/e2e-test/setup.sh
|
install: ./.ci/e2e-test/setup.sh
|
||||||
if: NOT(commit_message =~ /skip-e2e/)
|
if: tag IS present OR commit_message =~ /perform-e2e/
|
||||||
script: ./.ci/e2e-test/test.sh
|
script: ./.ci/e2e-test/test.sh
|
||||||
env:
|
env:
|
||||||
- CHANGE_MINIKUBE_NONE_USER=true
|
- CHANGE_MINIKUBE_NONE_USER=true
|
||||||
|
Loading…
Reference in New Issue
Block a user