test/cases/koji: build nightlies

This commit is contained in:
Sanne Raymaekers 2023-08-04 14:25:58 +02:00 committed by Ondřej Budai
parent a82e3c38c8
commit e92ead5449

View file

@ -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