Skip to content

Commit

Permalink
[Release 3.7] Disable RHEL8 test_build_image for the release until a …
Browse files Browse the repository at this point in the history
…suitable image is found (#5676)
  • Loading branch information
dreambeyondorange authored Aug 29, 2023
1 parent eded3a9 commit 79e139b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration-tests/configs/common/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ createami:
dimensions:
- regions: ["eu-west-3"]
instances: {{ common.INSTANCES_DEFAULT_X86 }}
oss: ["ubuntu2204", "alinux2", "rhel8"]
# TODO re-enable rhel8 after a suitable image is found
oss: ["ubuntu2204", "alinux2"]
test_createami.py::test_kernel4_build_image_run_cluster:
dimensions:
- regions: ["eu-south-1"]
Expand Down

0 comments on commit 79e139b

Please sign in to comment.