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 <yuggupta27@gmail.com>
This commit is contained in:
Yug 2020-09-24 22:44:00 +05:30 committed by mergify[bot]
parent b9dd54e238
commit 329f510b1f

View File

@ -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