Skip to content

Commit

Permalink
Re-enable createami test for RHEL8
Browse files Browse the repository at this point in the history
We improved the Lustre code to avoid build failures
when Lustre is not compatible with 8.7 kernel.

### References
* aws/aws-parallelcluster-cookbook#2442

Signed-off-by: Enrico Usai <[email protected]>
  • Loading branch information
enrico-usai committed Aug 31, 2023
1 parent 6e2a352 commit 1ef9a6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration-tests/configs/common/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ createami:
dimensions:
- regions: ["eu-west-3"]
instances: {{ common.INSTANCES_DEFAULT_X86 }}
# TODO re-enable rhel8 after a suitable image is found
oss: ["ubuntu2204", "alinux2"]
oss: ["ubuntu2204", "alinux2", "rhel8"]
test_createami.py::test_kernel4_build_image_run_cluster:
dimensions:
- regions: ["eu-south-1"]
Expand Down

0 comments on commit 1ef9a6c

Please sign in to comment.