From 44191b5a1f773c9f5ca2316b24f3e97f050cb78b Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 11 Aug 2020 15:15:11 +0530 Subject: [PATCH] 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 --- .travis.yml | 4 ++-- build.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f228c648b..e525ef249 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; diff --git a/build.env b/build.env index c3bee49f1..1b50e734d 100644 --- a/build.env +++ b/build.env @@ -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