From 6786d922460251cea2e469248e6fb37b537d4f8e Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 9 Jul 2020 12:25:14 +0530 Subject: [PATCH] ci: remove kube 1.16 from Travis CI As kube v1.18 is released we dont need to test -2 version in our CI, removing the 1.16 testing for the same reason. Signed-off-by: Madhu Rajanna --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2cc5f1ac..2b17284f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,22 +94,6 @@ jobs: script: - ./scripts/build-multi-arch-image.sh || travis_terminate 1; - - stage: e2e testing - name: CephFS with kubernetes v1.16.9 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.16.9 --test-cephfs=true - --test-rbd=false || travis_terminate 1; - - - stage: e2e testing - name: RBD with kubernetes v1.16.9 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.16.9 --test-cephfs=false - --test-rbd=true || travis_terminate 1; - - stage: e2e testing name: CephFS with kubernetes v1.17.5 script: