From e92ead54499a353fabe42b0192cb572087c105af Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Fri, 4 Aug 2023 14:25:58 +0200 Subject: [PATCH] test/cases/koji: build nightlies --- 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 2aac8db46..f4f3c3f4a 100755 --- a/test/cases/koji.sh +++ b/test/cases/koji.sh @@ -207,9 +207,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-88 + DISTRO_CODE=rhel-89 elif [[ "$DISTRO_CODE" == rhel-9* ]]; then - DISTRO_CODE=rhel-92 + DISTRO_CODE=rhel-93 fi case ${TEST_TYPE} in