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

@ -303,7 +303,7 @@ OSTree:
- rhos-01/rhel-8.6-nightly-x86_64-large - rhos-01/rhel-8.6-nightly-x86_64-large
- rhos-01/rhel-9.0-nightly-x86_64 - rhos-01/rhel-9.0-nightly-x86_64
- rhos-01/centos-stream-8-x86_64 - rhos-01/centos-stream-8-x86_64
- rhos-01/centos-stream-8-x86_64 - rhos-01/centos-stream-9-x86_64
New OSTree: New OSTree:
stage: test stage: test
@ -359,6 +359,7 @@ Rebase OSTree:
- rhos-01/rhel-8.6-nightly-x86_64-large - rhos-01/rhel-8.6-nightly-x86_64-large
- rhos-01/rhel-9.0-nightly-x86_64-large - rhos-01/rhel-9.0-nightly-x86_64-large
- rhos-01/centos-stream-8-x86_64-large - rhos-01/centos-stream-8-x86_64-large
- rhos-01/centos-stream-9-x86_64-large
.integration: .integration:
stage: test stage: test

View file

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