mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
ci: remove kube 1.16 from Travis CI
As kube v1.18 is released we dont need to test -2 version in our CI, removing the 1.16 testing for the same reason. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
f05c9a6a93
commit
6786d92246
16
.travis.yml
16
.travis.yml
@ -94,22 +94,6 @@ jobs:
|
||||
script:
|
||||
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
||||
|
||||
- stage: e2e testing
|
||||
name: CephFS with kubernetes v1.16.9
|
||||
script:
|
||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||
- make image-cephcsi || travis_terminate 1;
|
||||
- scripts/travis-functest.sh v1.16.9 --test-cephfs=true
|
||||
--test-rbd=false || travis_terminate 1;
|
||||
|
||||
- stage: e2e testing
|
||||
name: RBD with kubernetes v1.16.9
|
||||
script:
|
||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||
- make image-cephcsi || travis_terminate 1;
|
||||
- scripts/travis-functest.sh v1.16.9 --test-cephfs=false
|
||||
--test-rbd=true || travis_terminate 1;
|
||||
|
||||
- stage: e2e testing
|
||||
name: CephFS with kubernetes v1.17.5
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user