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:
parent
c22e625292
commit
b1877a30a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue