Skip to content

Commit 79e139b

Browse files
[Release 3.7] Disable RHEL8 test_build_image for the release until a suitable image is found (#5676)
1 parent eded3a9 commit 79e139b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration-tests/configs/common/common.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ createami:
162162
dimensions:
163163
- regions: ["eu-west-3"]
164164
instances: {{ common.INSTANCES_DEFAULT_X86 }}
165-
oss: ["ubuntu2204", "alinux2", "rhel8"]
165+
# TODO re-enable rhel8 after a suitable image is found
166+
oss: ["ubuntu2204", "alinux2"]
166167
test_createami.py::test_kernel4_build_image_run_cluster:
167168
dimensions:
168169
- regions: ["eu-south-1"]

0 commit comments

Comments
 (0)