Skip to content

Commit d1712c9

Browse files
committed
Remove rocky9 and rhel9 from dcv rotation
1 parent ad31f81 commit d1712c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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_DCV = []
38+
UNSUPPORTED_OSES_FOR_DCV = ["rocky9", "rhel9"]
3939
UNSUPPORTED_ARM_OSES_FOR_DCV = []
4040
UNSUPPORTED_OSES_FOR_LUSTRE = []
4141
DELETE_POLICY = "Delete"

tests/integration-tests/configs/develop.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,18 +227,18 @@ test-suites:
227227
# DCV in cn regions and non GPU enabled instance
228228
- regions: ["cn-northwest-1"]
229229
instances: {{ common.INSTANCES_DEFAULT_X86 }}
230-
oss: ["alinux2"]
230+
oss: [{{ DCV_OS_X86_2 }}]
231231
schedulers: ["slurm"]
232232
# DCV in gov-cloud regions and non GPU enabled instance
233233
- regions: ["us-gov-west-1"]
234234
instances: {{ common.INSTANCES_DEFAULT_X86 }}
235-
oss: ["alinux2023"]
235+
oss: [{{ DCV_OS_X86_4 }}]
236236
schedulers: ["slurm"]
237237
test_dcv.py::test_dcv_with_remote_access:
238238
dimensions:
239239
- regions: ["ap-southeast-2"]
240240
instances: {{ common.INSTANCES_DEFAULT_X86 }}
241-
oss: ["ubuntu2204"]
241+
oss: [{{ DCV_OS_X86_1 }}]
242242
schedulers: ["slurm"]
243243
dns:
244244
test_dns.py::test_hit_no_cluster_dns_mpi:

0 commit comments

Comments
 (0)