From 1de38d50e367048c80f2dbce096703477d8400b6 Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Tue, 18 Feb 2025 21:53:13 -0600 Subject: [PATCH] Fix conditional for reconcile command in upgrade tests --- tests/e2e/scenarios/upgrade-ab/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/scenarios/upgrade-ab/run-test.sh b/tests/e2e/scenarios/upgrade-ab/run-test.sh index 543d3d9c95..da11ba22be 100755 --- a/tests/e2e/scenarios/upgrade-ab/run-test.sh +++ b/tests/e2e/scenarios/upgrade-ab/run-test.sh @@ -121,7 +121,7 @@ else "${KOPS_B}" edit cluster "${CLUSTER_NAME}" "--set=cluster.spec.kubernetesVersion=${K8S_VERSION_B}" fi -if [[ "${KOPS_VERSION_B}" =~ 1.(20|21|22|23|24|25|26|27|28|29|30). ]]; then +if [[ "${KOPS_VERSION_B}" =~ 1.(20|21|22|23|24|25|26|27|28|29|30) ]]; then # kOps introduced the reconcile command in 1.31 # TODO: remove this block once we stop testing upgrades to kops <1.31 "${KOPS_B}" update cluster