Skip to content

Commit a0f8386

Browse files
Merge pull request #5075 from ggiguash/switch-to-419-released-repos
USHIFT-5627: Start using 4.19 released repos in common_versions.sh
2 parents ac3a44e + 18acf7d commit a0f8386

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

test/bin/common_versions.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export FAKE_NEXT_MINOR_VERSION=$(( "${MINOR_VERSION}" + 1 ))
7272
#
7373
# For a release branch, the current release repository should come from the
7474
# official 'rhocp' stream.
75-
CURRENT_RELEASE_REPO="" # "https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/microshift/ocp/latest-4.20/el9/os"
76-
CURRENT_RELEASE_VERSION="" # "$(get_vrel_from_beta "${CURRENT_RELEASE_REPO}")"
75+
CURRENT_RELEASE_REPO="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/microshift/ocp-dev-preview/latest-4.20/el9/os"
76+
CURRENT_RELEASE_VERSION="$(get_vrel_from_beta "${CURRENT_RELEASE_REPO}")"
7777
export CURRENT_RELEASE_REPO
7878
export CURRENT_RELEASE_VERSION
7979

@@ -87,8 +87,8 @@ export CURRENT_RELEASE_VERSION
8787
#
8888
# For a release branch, the previous release repository should come from the
8989
# official 'rhocp' stream.
90-
PREVIOUS_RELEASE_REPO="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/microshift/ocp/latest-4.19/el9/os"
91-
PREVIOUS_RELEASE_VERSION="$(get_vrel_from_beta "${PREVIOUS_RELEASE_REPO}")"
90+
PREVIOUS_RELEASE_REPO="rhocp-4.19-for-rhel-9-$(uname -m)-rpms"
91+
PREVIOUS_RELEASE_VERSION="$(get_vrel_from_rhsm "${PREVIOUS_RELEASE_REPO}")"
9292
export PREVIOUS_RELEASE_REPO
9393
export PREVIOUS_RELEASE_VERSION
9494

@@ -110,7 +110,7 @@ export RHOCP_MINOR_Y_BETA
110110
# If the release version is defined, the repository should be deduced from the
111111
# PREVIOUS_RELEASE_REPO setting.
112112
# Beta repository URL needs to be set for CentOS images as they don't have access to the RHOCP.
113-
RHOCP_MINOR_Y1=""
113+
RHOCP_MINOR_Y1=19
114114
RHOCP_MINOR_Y1_BETA="https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/dependencies/rpms/4.19-el9-beta/"
115115
export RHOCP_MINOR_Y1
116116
export RHOCP_MINOR_Y1_BETA

test/scenarios-bootc/periodics/el96-prel@[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scenario_create_vms() {
1010
return 0
1111
fi
1212
prepare_kickstart host1 kickstart-bootc.ks.template rhel96-bootc-prel
13-
launch_vm --boot_blueprint rhel94-bootc
13+
launch_vm --boot_blueprint rhel96-bootc
1414
}
1515

1616
scenario_remove_vms() {

test/suites/upgrade/upgrade-multus.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Verify Multus Embedded Manifests
5959
[Documentation] Delete Multus' DHCP Daemon and reboot host to make sure
6060
... it comes back even though the manifests do not exist anymore.
6161
62-
SSHLibrary.File Should Exist /etc/greenboot/check/required.d/41_microshift_running_check_multus.sh
6362
SSHLibrary.File Should Exist /etc/crio/crio.conf.d/12-microshift-multus.conf
6463
SSHLibrary.Directory Should Not Exist /usr/lib/microshift/manifests.d/000-microshift-multus/
6564

0 commit comments

Comments
 (0)