From 8a1e6334035dcc3644bec2a29109d3477cad5d0f Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 7 May 2020 13:17:07 +0200 Subject: [PATCH] ci: remove unmaintained k8s versions Version 1.18.x is currently out, and the k8s community does not maintain versions 1.14 and 1.15 anymore. No need to test on versions that users should not deploy. Fixes: #1023 Signed-off-by: Niels de Vos --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) 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: