@@ -275,12 +275,12 @@ intel_hpc:
275275 oss : ["centos7"]
276276 schedulers : ["slurm"]
277277networking :
278- # test_cluster_networking.py::test_cluster_in_private_subnet:
279- # dimensions:
280- # - regions: ["me-south-1"]
281- # instances: {{ common.INSTANCES_DEFAULT_X86 }}
282- # oss: ["alinux2", "centos7"]
283- # schedulers: ["slurm"]
278+ test_cluster_networking.py::test_cluster_in_private_subnet :
279+ dimensions :
280+ - regions : ["me-south-1"]
281+ instances : {{ common.INSTANCES_DEFAULT_X86 }}
282+ oss : ["alinux2", "centos7"]
283+ schedulers : ["slurm"]
284284 test_cluster_networking.py::test_existing_eip :
285285 dimensions :
286286 - regions : ["me-south-1"]
@@ -293,26 +293,26 @@ networking:
293293 test_networking.py::test_public_private_network_topology :
294294 dimensions :
295295 - regions : ["af-south-1", "us-gov-east-1", "cn-northwest-1"]
296- # test_cluster_networking.py::test_cluster_in_no_internet_subnet:
297- # dimensions:
298- # # The region needs to be the same of the Jenkins server since default pre/post install scripts are hosted in an
299- # # S3 bucket belonging to the same region and S3 VPC Endpoints only work within the region.
300- # - regions: ["us-east-1"]
301- # instances: {{ common.INSTANCES_DEFAULT_X86 }}
302- # oss: {{ common.OSS_COMMERCIAL_X86 }}
303- # schedulers: ["slurm"]
304- # - regions: ["us-east-1"]
305- # instances: {{ common.INSTANCES_DEFAULT_ARM }}
306- # oss: {{ common.OSS_COMMERCIAL_ARM }}
307- # schedulers: ["slurm"]
308- # - regions: ["cn-north-1"]
309- # instances: {{ common.INSTANCES_DEFAULT_X86 }}
310- # oss: ["alinux2"]
311- # schedulers: ["slurm"]
312- # - regions: ["us-gov-west-1"]
313- # instances: {{ common.INSTANCES_DEFAULT_X86 }}
314- # oss: ["ubuntu2004"]
315- # schedulers: ["slurm"]
296+ test_cluster_networking.py::test_cluster_in_no_internet_subnet :
297+ dimensions :
298+ # The region needs to be the same of the Jenkins server since default pre/post install scripts are hosted in an
299+ # S3 bucket belonging to the same region and S3 VPC Endpoints only work within the region.
300+ - regions : ["us-east-1"]
301+ instances : {{ common.INSTANCES_DEFAULT_X86 }}
302+ oss : {{ common.OSS_COMMERCIAL_X86 }}
303+ schedulers : ["slurm"]
304+ - regions : ["us-east-1"]
305+ instances : {{ common.INSTANCES_DEFAULT_ARM }}
306+ oss : {{ common.OSS_COMMERCIAL_ARM }}
307+ schedulers : ["slurm"]
308+ - regions : ["cn-north-1"]
309+ instances : {{ common.INSTANCES_DEFAULT_X86 }}
310+ oss : ["alinux2"]
311+ schedulers : ["slurm"]
312+ - regions : ["us-gov-west-1"]
313+ instances : {{ common.INSTANCES_DEFAULT_X86 }}
314+ oss : ["ubuntu2004"]
315+ schedulers : ["slurm"]
316316 test_multi_cidr.py::test_multi_cidr :
317317 dimensions :
318318 - regions : ["ap-northeast-2"]
@@ -329,16 +329,16 @@ networking:
329329 instances : {{ common.INSTANCES_DEFAULT_X86 }}
330330 oss : ["alinux2"]
331331 schedulers : ["awsbatch"]
332- # test_security_groups.py::test_overwrite_sg:
333- # dimensions:
334- # - regions: ["eu-north-1"]
335- # instances: {{ common.INSTANCES_DEFAULT_X86 }}
336- # oss: ["centos7"]
337- # schedulers: ["slurm"]
338- # - regions: ["eu-north-1"]
339- # instances: {{ common.INSTANCES_DEFAULT_X86 }}
340- # oss: ["alinux2"]
341- # schedulers: ["awsbatch"]
332+ test_security_groups.py::test_overwrite_sg :
333+ dimensions :
334+ - regions : ["eu-north-1"]
335+ instances : {{ common.INSTANCES_DEFAULT_X86 }}
336+ oss : ["centos7"]
337+ schedulers : ["slurm"]
338+ - regions : ["eu-north-1"]
339+ instances : {{ common.INSTANCES_DEFAULT_X86 }}
340+ oss : ["alinux2"]
341+ schedulers : ["awsbatch"]
342342 test_placement_group.py::test_placement_group :
343343 dimensions :
344344 - regions : ["eu-central-1"]
@@ -575,11 +575,11 @@ update:
575575 - regions : ["eu-south-1"]
576576 instances : {{ common.INSTANCES_DEFAULT_X86 }}
577577 oss : ["alinux2"]
578- # test_update.py::test_update_slurm:
579- # dimensions:
580- # - regions: ["eu-west-1"]
581- # instances: {{ common.INSTANCES_DEFAULT_X86 }}
582- # oss: {{ common.OSS_COMMERCIAL_X86 }}
578+ test_update.py::test_update_slurm :
579+ dimensions :
580+ - regions : ["eu-west-1"]
581+ instances : {{ common.INSTANCES_DEFAULT_X86 }}
582+ oss : {{ common.OSS_COMMERCIAL_X86 }}
583583 test_update.py::test_update_compute_ami :
584584 dimensions :
585585 - regions : ["eu-west-1"]
0 commit comments