From f115ffcc916b41e6299186e2858191254b2e360f Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Thu, 3 Oct 2024 09:33:36 -0700 Subject: [PATCH] enabling 4.17 clusters to be used in hosted pipeline Signed-off-by: Adam D. Cornett --- .../templates/openshift/tasks/preflight-trigger.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/operator-pipeline/templates/openshift/tasks/preflight-trigger.yml b/ansible/roles/operator-pipeline/templates/openshift/tasks/preflight-trigger.yml index f7e2c5d5d..96f5745b6 100644 --- a/ansible/roles/operator-pipeline/templates/openshift/tasks/preflight-trigger.yml +++ b/ansible/roles/operator-pipeline/templates/openshift/tasks/preflight-trigger.yml @@ -12,7 +12,7 @@ spec: - name: preflight_trigger_environment description: Which openshift-ci step-registry steps and ProwJob templates to use. Can be one of [preprod, prod] - - default: '4.16' + - default: '4.17' name: ocp_version type: string @@ -143,7 +143,7 @@ spec: fi # This is the maximum version supported by openshift-ci - DPTP_VER="4.16" + DPTP_VER="4.17" CP_VER="$(params.ocp_version)" if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then @@ -207,7 +207,7 @@ spec: exit 0 fi - DPTP_VER="4.16" + DPTP_VER="4.17" CP_VER="$(params.ocp_version)" if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then