From f27009bd8f00c58631d164ce6ea8db3c35f7c8d3 Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Fri, 21 May 2021 11:00:05 -0400 Subject: [PATCH] ci: use RHEL 8.3 for RHCOS 4.7 Update the CI test to fetch RHEL 8.3 repos. This should be reverted once we intend to start using RHEL 8.3 in RHCOS 4.7. See: openshift/release#18664 --- ci/build-test-qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-test-qemu.sh b/ci/build-test-qemu.sh index c1da1da6b..79526ef83 100755 --- a/ci/build-test-qemu.sh +++ b/ci/build-test-qemu.sh @@ -17,7 +17,7 @@ cosa init "${tmpsrc}"/src # Grab the raw value of `mutate-os-release` and use sed to convert the value # to X-Y format ocpver=$(rpm-ostree compose tree --print-only src/config/manifest.yaml | jq -r '.["mutate-os-release"]' | sed 's|\.|-|') -curl -L http://base-"${ocpver}"-rhel8.ocp.svc.cluster.local > src/config/ocp.repo +curl -L http://base-"${ocpver}"-rhel83.ocp.svc.cluster.local > src/config/ocp.repo cosa fetch cosa build cosa kola --basic-qemu-scenarios