1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 01:06:27 +00:00

Merge pull request #1397 from mxinden/e2e-stage

travis: Move e2e tests to first stage
This commit is contained in:
Frederic Branczyk 2018-05-29 13:45:29 +02:00 committed by GitHub
commit e9b3f65411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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