@@ -8,11 +8,11 @@ test-suites:
88 dimensions :
99 - regions : [ "ap-southeast-1" ]
1010 instances : {{ common.INSTANCES_DEFAULT_X86 }}
11- oss : [ {{ OS_X86_0 }}, {{ OS_X86_2 }}]
11+ oss : [ {{ LUSTRE_OS_X86_0 }}, {{ LUSTRE_OS_X86_2 }}]
1212 schedulers : ["slurm"]
1313 - regions : ["ap-northeast-1"]
1414 instances : {{ common.INSTANCES_DEFAULT_X86 }}
15- oss : [{{ OS_X86_4 }}, {{ OS_X86_6 }}]
15+ oss : [{{ LUSTRE_OS_X86_4 }}, {{ LUSTRE_OS_X86_6 }}]
1616 schedulers : ["slurm"]
1717 basic :
1818 test_essential_features.py::test_essential_features :
@@ -341,7 +341,7 @@ test-suites:
341341 dimensions :
342342 - regions : ["il-central-1"]
343343 instances : {{ common.INSTANCES_DEFAULT_X86 }}
344- oss : [{{ OS_X86_6 }}]
344+ oss : [{{ LUSTRE_OS_X86_6 }}]
345345 schedulers : ["slurm"]
346346 test_cluster_networking.py::test_existing_eip :
347347 dimensions :
@@ -361,15 +361,15 @@ test-suites:
361361 # S3 bucket belonging to the same region and S3 VPC Endpoints only work within the region.
362362 - regions : ["us-east-1"]
363363 instances : {{ common.INSTANCES_DEFAULT_ARM }}
364- oss : [{{ DCV_OS_ARM_3 }} ]
364+ oss : ["rhel8" ]
365365 schedulers : ["slurm"]
366366 - regions : ["cn-north-1"]
367367 instances : {{ common.INSTANCES_DEFAULT_X86 }}
368- oss : [{{ DCV_OS_X86_3 }} ]
368+ oss : ["ubuntu2204" ]
369369 schedulers : ["slurm"]
370370 - regions : ["us-gov-west-1"]
371371 instances : {{ common.INSTANCES_DEFAULT_X86 }}
372- oss : [{{ DCV_OS_X86_4 }} ]
372+ oss : ["alinux2" ]
373373 schedulers : ["slurm"]
374374 test_multi_cidr.py::test_multi_cidr :
375375 dimensions :
@@ -387,7 +387,7 @@ test-suites:
387387 dimensions :
388388 - regions : ["ap-southeast-3"]
389389 instances : {{ common.INSTANCES_DEFAULT_X86 }}
390- oss : [{{ OS_X86_6 }}]
390+ oss : [{{ LUSTRE_OS_X86_6 }}]
391391 schedulers : ["slurm"]
392392 test_placement_group.py::test_placement_group :
393393 dimensions :
@@ -709,7 +709,7 @@ test-suites:
709709 dimensions :
710710 - regions : [ "us-west-1" ]
711711 instances : {{ common.INSTANCES_DEFAULT_X86 }}
712- oss : [{{ OS_X86_0 }}]
712+ oss : [{{ LUSTRE_OS_X86_0 }}]
713713 schedulers : [ "slurm" ]
714714 pcluster_api :
715715 test_api_infrastructure.py::test_api_infrastructure_with_default_parameters :
@@ -783,13 +783,13 @@ test-suites:
783783 dimensions :
784784 - regions : ["eu-west-2"]
785785 instances : {{ common.INSTANCES_DEFAULT_X86 }}
786- oss : [{{ OS_X86_2 }}]
786+ oss : [{{ LUSTRE_OS_X86_2 }}]
787787 schedulers : ["slurm"]
788788 test_update.py::test_dynamic_file_systems_update_data_loss :
789789 dimensions :
790790 - regions : [ "eu-west-2" ]
791791 instances : {{ common.INSTANCES_DEFAULT_X86 }}
792- oss : [{{ OS_X86_4 }}]
792+ oss : [{{ LUSTRE_OS_X86_4 }}]
793793 schedulers : [ "slurm" ]
794794 test_update.py::test_dynamic_file_systems_update_rollback :
795795 dimensions :
0 commit comments