From 96ecb3946d08d593df23c9a1d72919c1d5835dda Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 6 Aug 2020 11:41:10 +0530 Subject: [PATCH] ci: remove e2e testing from travis CI Remove E2E testing from travis CI as we are moving to run E2E tests in centos CI. Signed-off-by: Madhu Rajanna --- .travis.yml | 50 +------------------------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbd09ce87..f228c648b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_script: # Only run the deploy stage on push (not pull_request) events. stages: - build testing - - e2e testing + - upgrade testing - name: deploy if: type = push @@ -97,54 +97,6 @@ jobs: script: - ./scripts/build-multi-arch-image.sh || travis_terminate 1; - - stage: e2e testing - name: CephFS with kubernetes v1.17.8 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.17.8 --test-cephfs=true - --test-rbd=false || travis_terminate 1; - - - stage: e2e testing - name: RBD with kubernetes v1.17.8 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.17.8 --test-cephfs=false - --test-rbd=true || travis_terminate 1; - - - stage: e2e testing - name: CephFS with kubernetes v1.18.5 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.18.5 --test-cephfs=true - --test-rbd=false || travis_terminate 1; - - - stage: e2e testing - name: RBD with kubernetes v1.18.5 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.18.5 --test-cephfs=false - --test-rbd=true || travis_terminate 1; - - - stage: e2e testing - 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.18.5 --test-cephfs=true - --test-rbd=false || travis_terminate 1; - - - stage: e2e testing - 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.18.5 --test-cephfs=false - --test-rbd=true || travis_terminate 1; - - stage: upgrade testing name: CephFS upgrade tesing with CSI v2.1.2 script: