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 17, 2024
1 parent 58f725f commit 8b5f960
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions test/bin/common_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export FAKE_NEXT_MINOR_VERSION=$(( "${MINOR_VERSION}" + 1 ))
#
# For a release branch, the current release repository should come from the
# official 'rhocp' stream.
CURRENT_RELEASE_REPO="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/microshift/ocp/latest-4.17/el9/os"
CURRENT_RELEASE_VERSION="$(get_vrel_from_beta "${CURRENT_RELEASE_REPO}")"
CURRENT_RELEASE_REPO="rhocp-4.17-for-rhel-9-$(uname -m)-rpms"
CURRENT_RELEASE_VERSION="$(get_vrel_from_rhsm "${CURRENT_RELEASE_REPO}")"
export CURRENT_RELEASE_REPO
export CURRENT_RELEASE_VERSION

Expand Down Expand Up @@ -76,10 +76,8 @@ export YMINUS2_RELEASE_VERSION
# 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
# CURRENT_RELEASE_REPO setting.
RHOCP_MINOR_Y=""
RHOCP_MINOR_Y_BETA="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/dependencies/rpms/4.17-el9-beta/"
export RHOCP_MINOR_Y
export RHOCP_MINOR_Y_BETA
export RHOCP_MINOR_Y=17
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
Expand Down

0 comments on commit 8b5f960

Please sign in to comment.