mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: update kubernetes v1.17 to latest patch release
kubernetes v1.17.8 is released recently,This commit updates the kubernetes v1.17 to latest patch release Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
caa1eca8f6
commit
7481786c44
10
.travis.yml
10
.travis.yml
@ -96,19 +96,19 @@ jobs:
|
|||||||
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
||||||
|
|
||||||
- stage: e2e testing
|
- stage: e2e testing
|
||||||
name: CephFS with kubernetes v1.17.5
|
name: CephFS with kubernetes v1.17.8
|
||||||
script:
|
script:
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- make image-cephcsi || travis_terminate 1;
|
||||||
- scripts/travis-functest.sh v1.17.5 --test-cephfs=true
|
- scripts/travis-functest.sh v1.17.8 --test-cephfs=true
|
||||||
--test-rbd=false|| travis_terminate 1;
|
--test-rbd=false || travis_terminate 1;
|
||||||
|
|
||||||
- stage: e2e testing
|
- stage: e2e testing
|
||||||
name: RBD with kubernetes v1.17.5
|
name: RBD with kubernetes v1.17.8
|
||||||
script:
|
script:
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- make image-cephcsi || travis_terminate 1;
|
||||||
- scripts/travis-functest.sh v1.17.5 --test-cephfs=false
|
- scripts/travis-functest.sh v1.17.8 --test-cephfs=false
|
||||||
--test-rbd=true || travis_terminate 1;
|
--test-rbd=true || travis_terminate 1;
|
||||||
|
|
||||||
- stage: e2e testing
|
- stage: e2e testing
|
||||||
|
Loading…
Reference in New Issue
Block a user