Skip to content

Commit

Permalink
enabling 4.17 clusters to be used in hosted pipeline (#741)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <[email protected]>
  • Loading branch information
acornett21 authored Oct 7, 2024
1 parent 68bfb4f commit 30d6b05
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 30d6b05

Please sign in to comment.