Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/scripts/imgtestlib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def can_boot_test(manifest_fname, manifest_data, image_type, arch, distro, bluep
return False

if image_type in ["network-installer", "everything-network-installer", "server-network-installer"]:
if distro in ["rhel-10.1", "rhel-10.2", "rhel-10.3"]:
if distro in ["rhel-10.1", "rhel-10.3"]: # 10.1 should be removed soon
Comment thread
supakeen marked this conversation as resolved.
print(" not bootable: rhel network-installer tests have incomplete repos in nightly snapshot"
"and won't install")
return False
Expand Down
Loading