Skip to content

Commit ebbd348

Browse files
committed
ci: Use c9s for install-outside-container tests
The newer bootupd hasn't been rolled out to this image yet, so this should avoid version skew problems. See coreos/bootupd#995 Signed-off-by: Colin Walters <walters@verbum.org>
1 parent e9d4359 commit ebbd348

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tmt/tests/booted/test-install-outside-container.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use tap.nu
1010
# this test in theory independent of starting from a bootc host,
1111
# but also because it's useful to test "skew" between the bootc binary
1212
# doing the install and the target image.
13-
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream10"
13+
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream9"
1414

1515
# setup filesystem
1616
mkdir /var/mnt

tmt/tests/booted/test-install-unified-flag.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use tap.nu
1313

1414
# Use a generic target image to test skew between the bootc binary doing
1515
# the install and the target image
16-
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream10"
16+
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream9"
1717

1818
def main [] {
1919
tap begin "install with experimental unified storage flag"

0 commit comments

Comments
 (0)