Skip to content

Commit

Permalink
feat(ci): update starting version for the upgrade tests
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent 01a5f28 commit c7cde24
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 481 deletions.
247 changes: 0 additions & 247 deletions ci/upgrade/cstor/ndm-operator.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions ci/upgrade/cstor/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ echo "Install cstor-operators in 2.0.0"

kubectl create ns openebs

kubectl apply -f https://raw.githubusercontent.com/openebs/charts/gh-pages/versioned/2.0.0/cstor-operator.yaml \
-f ./ci/upgrade/cstor/ndm-operator.yaml
kubectl apply -f https://openebs.github.io/charts/versioned/2.8.0/cstor-operator.yaml
sleep 100

echo "Wait for cspc-operator to start"
Expand Down
6 changes: 3 additions & 3 deletions ci/upgrade/jiva/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

set -ex

echo "Install jiva-operator in 2.7.0"
echo "Install jiva-operator in 2.8.0"

kubectl create ns openebs

kubectl apply -f https://raw.githubusercontent.com/openebs/charts/gh-pages/versioned/2.7.0/jiva-operator.yaml \
-f https://raw.githubusercontent.com/openebs/charts/gh-pages/versioned/2.7.0/openebs-operator.yaml
kubectl apply -f https://openebs.github.io/charts/versioned/2.8.0/jiva-operator.yaml \
-f https://https://openebs.github.io/charts/versioned/2.8.0/openebs-operator.yaml
sleep 100

echo "Wait for jiva-operator to start"
Expand Down
Loading

0 comments on commit c7cde24

Please sign in to comment.