ci: update kubenetes version to v1.18.5 for helm E2E

updated kubernetes version to latest version
to test cephcsi helm charts

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-07-09 12:30:13 +05:30 committed by mergify[bot]
parent c8e532aa98
commit caa1eca8f6

View File

@ -128,19 +128,19 @@ jobs:
--test-rbd=true || travis_terminate 1;
- stage: e2e testing
name: CephFS helm charts with kubernetes v1.17.5
name: CephFS helm charts with kubernetes v1.18.5
script:
- scripts/skip-doc-change.sh || travis_terminate 0;
- make image-cephcsi || travis_terminate 1;
- scripts/travis-helmtest.sh v1.17.5 --test-cephfs=true
- scripts/travis-helmtest.sh v1.18.5 --test-cephfs=true
--test-rbd=false || travis_terminate 1;
- stage: e2e testing
name: RBD helm charts with kubernetes v1.17.5
name: RBD helm charts with kubernetes v1.18.5
script:
- scripts/skip-doc-change.sh || travis_terminate 0;
- make image-cephcsi || travis_terminate 1;
- scripts/travis-helmtest.sh v1.17.5 --test-cephfs=false
- scripts/travis-helmtest.sh v1.18.5 --test-cephfs=false
--test-rbd=true || travis_terminate 1;
- stage: deploy