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