test: move to centos-9 for the smoke test
This commit moves the smoke test from fedora-41 to centos-9. The reason is that it seems the fedora mirrors in general are a bit more flaky so /hopefully/ the centos one will help. The real fix of course is to retry different mirrors on failure, we will need to look into librepo integration in osbuild (again) for this (hopefully soon!).
This commit is contained in:
parent
f631a16976
commit
083c220f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def test_container_builds_image(tmp_path, build_container):
|
|||
build_container,
|
||||
"build",
|
||||
"minimal-raw",
|
||||
"--distro", "fedora-41"
|
||||
"--distro", "centos-9"
|
||||
])
|
||||
arch = "x86_64"
|
||||
assert (output_dir / f"fedora-41-minimal-raw-{arch}/xz/disk.raw.xz").exists()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue