From 62ab822695283e18b8ac96012c1c8c8ddbd609fc Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Mon, 4 Apr 2022 21:00:33 +0800 Subject: [PATCH] test: Enable CS9 test for ostree-rebase and ostree --- .gitlab-ci.yml | 3 ++- test/cases/ostree-rebase.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac41982e..db1cf45ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -303,7 +303,7 @@ OSTree: - rhos-01/rhel-8.6-nightly-x86_64-large - 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-9-x86_64 New OSTree: stage: test @@ -359,6 +359,7 @@ Rebase OSTree: - rhos-01/rhel-8.6-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-9-x86_64-large .integration: stage: test diff --git a/test/cases/ostree-rebase.sh b/test/cases/ostree-rebase.sh index 5bf60bb09..c9c73b0e5 100755 --- a/test/cases/ostree-rebase.sh +++ b/test/cases/ostree-rebase.sh @@ -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" ;; *)