diff --git a/.travis.yml b/.travis.yml index 931524f49..4b9c359f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,18 +110,18 @@ jobs: - travis_terminate 0 # deploy only on x86 - stage: e2e testing - name: cephcsi with kube 1.17.0 + name: cephcsi with kube 1.17.5 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.17.0 || travis_terminate 1; + - scripts/travis-functest.sh v1.17.5 || travis_terminate 1; - stage: e2e testing - name: cephcsi helm charts with kube 1.17.0 + name: cephcsi helm charts with kube 1.17.5 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-helmtest.sh v1.17.0 || travis_terminate 1; + - scripts/travis-helmtest.sh v1.17.5 || travis_terminate 1; - stage: deploy name: push artifacts to repositories