Skip to content

Commit 4a31972

Browse files
[integ-tests] Run Ubuntu2404 with Lustre tests
Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 25f4f38 commit 4a31972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/pcluster/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
UNSUPPORTED_OSES_FOR_MICRO_NANO = ["ubuntu2004", "ubuntu2204", "rhel8", "rocky8", "rhel9", "rocky9"]
3939
UNSUPPORTED_OSES_FOR_DCV = ["alinux2023"]
4040
UNSUPPORTED_ARM_OSES_FOR_DCV = ["ubuntu2004"]
41-
UNSUPPORTED_OSES_FOR_LUSTRE = ["ubuntu2404"]
41+
UNSUPPORTED_OSES_FOR_LUSTRE = []
4242
DELETE_POLICY = "Delete"
4343
RETAIN_POLICY = "Retain"
4444
DELETION_POLICIES = [DELETE_POLICY, RETAIN_POLICY]

0 commit comments

Comments
 (0)