diff --git a/.travis.yml b/.travis.yml index c4240d727..931524f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,20 +109,6 @@ jobs: # launching minikube test environment - travis_terminate 0 # deploy only on x86 - - stage: e2e testing - name: cephcsi with kube 1.14.10 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.14.10 || travis_terminate 1; - - - stage: e2e testing - name: cephcsi with kube 1.15.6 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.15.6 || travis_terminate 1; - - stage: e2e testing name: cephcsi with kube 1.17.0 script: