Skip to content

Commit 6263d26

Browse files
hanwen-clustergmarciani
authored andcommitted
Add validator to fail CLI validation when trying to use p6e-gb200 with rhel9
We have never tested p6e-gb200 on rhel9
1 parent 8df1276 commit 6263d26

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
@@ -35,7 +35,7 @@
3535
]
3636
SUPPORTED_OSES_FOR_SCHEDULER = {"slurm": SUPPORTED_OSES, "awsbatch": ["alinux2", "alinux2023"]}
3737
UNSUPPORTED_OSES_FOR_MICRO_NANO = ["ubuntu2204", "ubuntu2404", "rhel8", "rocky8", "rhel9", "rocky9"]
38-
UNSUPPORTED_OSES_FOR_P6E_GB200 = ["rhel8", "rocky8", "alinux2"]
38+
UNSUPPORTED_OSES_FOR_P6E_GB200 = ["rhel8", "rocky8", "alinux2", "rhel9"]
3939
SUPPORTED_OSES_FOR_P6E_GB200 = list(set(SUPPORTED_OSES) - set(UNSUPPORTED_OSES_FOR_P6E_GB200))
4040
UNSUPPORTED_OSES_FOR_DCV = []
4141
UNSUPPORTED_OSES_FOR_NON_GPU_DCV = ["rocky9", "rhel9"]

0 commit comments

Comments
 (0)