You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stackgres-k8s/e2e/spec/operator-helm
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ e2e_test() {
24
24
run_test "Check that operator can not be upgrade from an alpha version" check_operator_upgrade_alpha
25
25
run_test "Check that operator can not be upgrade from a beta version" check_operator_upgrade_beta
26
26
run_test "Check that operator can not be upgrade from version 0.9.5" check_operator_upgrade_0_9_5
27
-
run_test "Check that operator can be upgrade from version 1.12.0" check_operator_upgrade_1_12_0
28
27
run_test "Check that operator can be upgrade from version 1.13.0" check_operator_upgrade_1_13_0
28
+
run_test "Check that operator can be upgrade from version 1.14.0" check_operator_upgrade_1_14_0
29
29
run_test "Check that operator can not be upgrade with an SGCluster that uses version 0.9.5" check_operator_upgrade_with_cluster_using_0_9_5
30
-
run_test "Check that operator can be upgrade with an SGCluster that uses version 1.12.0 and 1.13.0"check_operator_upgrade_with_cluster_using_1_12_0_and_1_13_0
30
+
run_test "Check that operator can be upgrade with an SGCluster that uses version 1.13.0 and 1.14.0"check_operator_upgrade_with_cluster_using_1_13_0_and_1_14_0
31
31
run_test "Check that operator can be deleted" check_operator_delete
32
32
run_test "Check that operator can be installed from outside" check_operator_install_outside
33
33
run_test "Check that operator can be installed with load balancer" check_operator_install_load_balancer
0 commit comments