Run backup PVC e2e in Travis

This commit is contained in:
Tomasz Sęk 2020-01-18 20:29:30 +01:00
parent c6c3987588
commit c496299351
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 6 additions and 2 deletions

View File

@ -23,11 +23,15 @@ before_install:
jobs: jobs:
include: include:
- stage: unit - stage: unit
name: "Unit Tests" name: "Jenkins Operator - unit tests"
script: script:
- travis_wait 15 make verify - travis_wait 15 make verify
- stage: pvc_e2e
name: "Backup PVC - e2e"
script:
- travis_wait 10 make -C backup/pvc/ docker-e2e
- stage: e2e - stage: e2e
name: "End-to-End Tests" name: "Jenkins Operator - e2e"
script: script:
- travis_wait 10 make travis-prepare - travis_wait 10 make travis-prepare
- travis_wait 45 make build e2e - travis_wait 45 make build e2e