From 8f7ef25a7fe0ee7d27ff899dfa4c83e49881e4e6 Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Fri, 26 Jan 2024 20:15:23 -0500 Subject: [PATCH] feat: Support Power processor arch for CP4BA Signed-off-by: Denilson Nastacio --- tests/postbuild/cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/postbuild/cluster.sh b/tests/postbuild/cluster.sh index 4c45becc..ac1cef46 100755 --- a/tests/postbuild/cluster.sh +++ b/tests/postbuild/cluster.sh @@ -17,7 +17,7 @@ oc_cmd=$(type -p oc) : "${NEW_CLUSTER_TYPE:=fyre-quick-burn}" : "${WORKER_FLAVOR:=medium}" -: "${OCP_VERSION:=4.14}" +: "${OCP_VERSION:=4.12}" # In hours : "${CLUSTER_EXPIRATION:=12}"