From ccd54a2c991a83cd19a4643df834e5d84a4c044f Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 13 Dec 2022 11:22:24 +0200 Subject: [PATCH] Build latest 8.8 and 9.2 development versions in Koji see https://github.com/osbuild/osbuild-composer/commit/eb78fcd85e46426f69c2fae08097578d491ca822 https://github.com/osbuild/osbuild-composer/commit/aff680542d635515a716fdbc4450c88ea934fc79 --- test/cases/koji.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cases/koji.sh b/test/cases/koji.sh index 7fd4400f4..8897b90de 100755 --- a/test/cases/koji.sh +++ b/test/cases/koji.sh @@ -137,9 +137,9 @@ koji --server=http://localhost:8080/kojihub --user kojiadmin --password kojipass # Always build the latest RHEL - that suits the koji API usecase the most. if [[ "$DISTRO_CODE" == rhel-8* ]]; then - DISTRO_CODE=rhel-87 + DISTRO_CODE=rhel-88 elif [[ "$DISTRO_CODE" == rhel-9* ]]; then - DISTRO_CODE=rhel-91 + DISTRO_CODE=rhel-92 fi case ${TEST_TYPE} in