From 329f510b1f6394c16fd9a408d98fba12caada004 Mon Sep 17 00:00:00 2001 From: Yug Date: Thu, 24 Sep 2020 22:44:00 +0530 Subject: [PATCH] ci: Remove upgrade testing stages from travis ci Since upgrade testing jobs are being transitioned to centos ci, there is no need run them here. Signed-off-by: Yug --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84d3393f9..ab4eb9cf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,24 +97,6 @@ jobs: script: - ./scripts/build-multi-arch-image.sh || travis_terminate 1; - - stage: upgrade testing - name: CephFS upgrade tesing with CSI v3.0.0 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.19.0 --test-cephfs=true - --test-rbd=false --upgrade-testing=true - --upgrade-version="${UPGRADE_VERSION}" || travis_terminate 1; - - - stage: upgrade testing - name: RBD upgrade tesing with CSI v3.0.0 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.19.0 --test-cephfs=false - --test-rbd=true --upgrade-testing=true - --upgrade-version="${UPGRADE_VERSION}" || travis_terminate 1; - - stage: deploy name: push artifacts to repositories script: ./deploy.sh