e2e: update cephcsi upgrade testing version

updated upgrade testing version to 3.0.0
to check the backward compatibility with the
latest release.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-08-11 15:15:11 +05:30 committed by mergify[bot]
parent bfde065f92
commit 44191b5a1f
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ jobs:
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
- stage: upgrade testing
name: CephFS upgrade tesing with CSI v2.1.2
name: CephFS upgrade tesing with CSI v3.0.0
script:
- scripts/skip-doc-change.sh || travis_terminate 0;
- make image-cephcsi || travis_terminate 1;
@ -107,7 +107,7 @@ jobs:
--upgrade-version="${UPGRADE_VERSION}" || travis_terminate 1;
- stage: upgrade testing
name: RBD upgrade tesing with CSI v2.1.2
name: RBD upgrade tesing with CSI v3.0.0
script:
- scripts/skip-doc-change.sh || travis_terminate 0;
- make image-cephcsi || travis_terminate 1;

View File

@ -40,4 +40,4 @@ CHANGE_MINIKUBE_NONE_USER=true
#CEPH_CSI_RUN_ALL_TESTS=true
E2E_TIMEOUT=60m
DEPLOY_TIMEOUT=10
UPGRADE_VERSION=v2.1.2
UPGRADE_VERSION=v3.0.0