1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

travis: Move e2e tests to first stage

If both the *generate* as well as the *e2e* tests on a patch fail, a
user does not need to wait for the second (fixed) iteration of the
*generate* tests to pass until the user gets the *e2e* failure feedback.
This commit is contained in:
Max Leonard Inden 2018-05-29 12:59:23 +02:00
parent c22e625292
commit b1877a30a5
No known key found for this signature in database
GPG key ID: 5403C5464810BC26

View file

@ -19,7 +19,7 @@ jobs:
- script: ./scripts/golang-dep-ensure.sh
# Unit tests
- script: make test
- stage: E2e
# E2e tests
script: ./scripts/travis-e2e.sh
- script: ./scripts/travis-e2e-helm.sh
- stage: deploy