mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
bfde065f92
commit
44191b5a1f
@ -98,7 +98,7 @@ jobs:
|
|||||||
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
||||||
|
|
||||||
- stage: upgrade testing
|
- stage: upgrade testing
|
||||||
name: CephFS upgrade tesing with CSI v2.1.2
|
name: CephFS upgrade tesing with CSI v3.0.0
|
||||||
script:
|
script:
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- make image-cephcsi || travis_terminate 1;
|
||||||
@ -107,7 +107,7 @@ jobs:
|
|||||||
--upgrade-version="${UPGRADE_VERSION}" || travis_terminate 1;
|
--upgrade-version="${UPGRADE_VERSION}" || travis_terminate 1;
|
||||||
|
|
||||||
- stage: upgrade testing
|
- stage: upgrade testing
|
||||||
name: RBD upgrade tesing with CSI v2.1.2
|
name: RBD upgrade tesing with CSI v3.0.0
|
||||||
script:
|
script:
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- make image-cephcsi || travis_terminate 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user