Skip to content

Commit

Permalink
USHIFT-4129: Update common_versions.sh with 4.17 repos
Browse files Browse the repository at this point in the history
  • Loading branch information
pacevedom committed Oct 3, 2024
1 parent 27b47f5 commit 146e591
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/bin/common_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export CURRENT_RELEASE_VERSION
#
# For a release branch, the previous release repository should come from the
# official 'rhocp' stream.
PREVIOUS_RELEASE_REPO="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/microshift/ocp/latest-4.17/el9/os"
PREVIOUS_RELEASE_REPO="rhocp-4.17-for-rhel-9-$(uname -m)-rpms"
PREVIOUS_RELEASE_VERSION="$(get_vrel_from_beta "${PREVIOUS_RELEASE_REPO}")"
export PREVIOUS_RELEASE_REPO
export PREVIOUS_RELEASE_VERSION
Expand All @@ -84,10 +84,8 @@ export RHOCP_MINOR_Y_BETA
# Define either a release version or the OpenShift mirror beta repository URL.
# If the release version is defined, the repository should be deduced from the
# PREVIOUS_RELEASE_REPO setting.
RHOCP_MINOR_Y1=""
RHOCP_MINOR_Y1_BETA="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/dependencies/rpms/4.17-el9-beta/"
export RHOCP_MINOR_Y1
export RHOCP_MINOR_Y1_BETA
export RHOCP_MINOR_Y1=17
export RHOCP_MINOR_Y1_BETA=""

# Define a release version as it is not expected to use the OpenShift mirror
# for the y-2 release.
Expand Down

0 comments on commit 146e591

Please sign in to comment.