test: Enable CS9 test for ostree-rebase and ostree

This commit is contained in:
Xiaofeng Wang 2022-04-04 21:00:33 +08:00 committed by Ondřej Budai
parent f3141d2d71
commit 62ab822695
2 changed files with 4 additions and 3 deletions

View file

@ -125,8 +125,8 @@ case "${ID}-${VERSION_ID}" in
;;
"centos-9")
OSTREE_REF="centos/9/${ARCH}/edge"
OS_VARIANT="centos9"
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
OS_VARIANT="centos-stream9"
BOOT_LOCATION="https://odcs.stream.centos.org/production/latest-CentOS-Stream/compose/BaseOS/x86_64/os/"
PARENT_REF="centos/9/${ARCH}/edge"
;;
*)