Skip to content

Commit 12931dd

Browse files
authored
Merge pull request #17265 from rifelpet/test-reconcile
Fix conditional for reconcile command in upgrade tests
2 parents 99ba10e + 1de38d5 commit 12931dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/e2e/scenarios/upgrade-ab/run-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ else
121121
"${KOPS_B}" edit cluster "${CLUSTER_NAME}" "--set=cluster.spec.kubernetesVersion=${K8S_VERSION_B}"
122122
fi
123123

124-
if [[ "${KOPS_VERSION_B}" =~ 1.(20|21|22|23|24|25|26|27|28|29|30). ]]; then
124+
if [[ "${KOPS_VERSION_B}" =~ 1.(20|21|22|23|24|25|26|27|28|29|30) ]]; then
125125
# kOps introduced the reconcile command in 1.31
126126
# TODO: remove this block once we stop testing upgrades to kops <1.31
127127
"${KOPS_B}" update cluster

0 commit comments

Comments
 (0)