Run backup PVC e2e in parallel

This commit is contained in:
Tomasz Sęk 2020-01-28 00:03:08 +01:00
parent 5875cff031
commit 4947a3d6d3
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
name: "Jenkins Operator - unit tests"
script:
- travis_wait 15 make verify
- stage: pvc_e2e
- stage: e2e
name: "Backup PVC - e2e"
script:
- travis_wait 10 make -C backup/pvc/ docker-e2e UID=$(id -u) GID=$(id -g)