Change conditions upon which e2e test are run

This commit is contained in:
Mehran Kholdi 2020-11-28 04:43:35 +03:30
parent 9bafb101ac
commit c2110108cb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
script: ./.ci/build.sh
- stage: e2e-test
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
env:
- CHANGE_MINIKUBE_NONE_USER=true