Skip to content

Commit 3ba05ae

Browse files
Test local zone
Signed-off-by: Hanwen <[email protected]>
1 parent d8c2cb6 commit 3ba05ae

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

tests/integration-tests/configs/pcluster3.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,75 +4,75 @@ test-suites:
44
cfn-init:
55
test_cfn_init.py::test_replace_compute_on_failure:
66
dimensions:
7-
- regions: ["af-south-1"]
7+
- regions: ["us-west-2"]
88
instances: {{ common.INSTANCES_DEFAULT_X86 }}
99
oss: ["alinux2"]
1010
schedulers: ["slurm"]
1111
cli_commands:
1212
test_cli_commands.py::test_slurm_cli_commands:
1313
dimensions:
14-
- regions: ["us-east-1"]
14+
- regions: ["us-west-2"]
1515
instances: {{ common.INSTANCES_DEFAULT_X86 }}
1616
oss: ["ubuntu1804"]
1717
schedulers: ["slurm"]
1818
create:
1919
test_create.py::test_create_imds_secured:
2020
dimensions:
21-
- regions: [ "us-east-1" ]
21+
- regions: [ "us-west-2" ]
2222
instances: {{ common.INSTANCES_DEFAULT_X86 }}
2323
oss: [ "alinux2" ]
2424
schedulers: [ "slurm" ]
2525
dns:
2626
test_dns.py::test_hit_no_cluster_dns_mpi:
2727
dimensions:
28-
- regions: ["eu-west-2"]
28+
- regions: ["us-west-2"]
2929
instances: {{ common.INSTANCES_DEFAULT_X86 }}
3030
oss: ["centos7"]
3131
schedulers: ["slurm"]
3232
dashboard:
3333
test_dashboard.py::test_dashboard:
3434
dimensions:
35-
- regions: ["ap-northeast-2"]
35+
- regions: ["us-west-2"]
3636
instances: {{ common.INSTANCES_DEFAULT_X86 }}
3737
oss: ["centos7"]
3838
schedulers: ["slurm"]
3939
cloudwatch_logging:
4040
test_cloudwatch_logging.py::test_cloudwatch_logging:
4141
dimensions:
42-
- regions: ["ap-east-1"]
42+
- regions: ["us-west-2"]
4343
instances: {{ common.INSTANCES_DEFAULT_X86 }}
4444
oss: ["ubuntu2004"]
4545
schedulers: ["slurm"]
4646
iam:
4747
test_iam.py::test_iam_policies:
4848
dimensions:
49-
- regions: ["eu-north-1"]
49+
- regions: ["us-west-2"]
5050
instances: {{ common.INSTANCES_DEFAULT_X86 }}
5151
oss: ["alinux2"]
5252
schedulers: ["slurm"]
5353
schedulers:
5454
test_awsbatch.py::test_awsbatch:
5555
dimensions:
56-
- regions: ["ap-southeast-1"]
56+
- regions: ["us-west-2"]
5757
instances: {{ common.INSTANCES_DEFAULT_X86 }}
5858
oss: ["alinux2"]
5959
schedulers: ["awsbatch"]
6060
test_slurm.py::test_slurm:
6161
dimensions:
62-
- regions: ["us-east-2"]
62+
- regions: ["us-west-2"]
6363
instances: {{ common.INSTANCES_DEFAULT_X86 }}
6464
oss: ["ubuntu1804"]
6565
schedulers: ["slurm"]
6666
test_slurm.py::test_slurm_pmix:
6767
dimensions:
68-
- regions: ["ap-northeast-1"]
68+
- regions: ["us-west-2"]
6969
instances: {{ common.INSTANCES_DEFAULT_ARM }}
7070
oss: ["ubuntu2004"]
7171
schedulers: ["slurm"]
7272
storage:
7373
test_efs.py::test_multiple_efs:
7474
dimensions:
75-
- regions: ["us-west-1"]
75+
- regions: ["us-west-2"]
7676
instances: {{ common.INSTANCES_DEFAULT_X86 }}
7777
oss: ["alinux2"]
7878
schedulers: ["awsbatch"]
@@ -96,26 +96,26 @@ test-suites:
9696
collective: ["osu_allreduce", "osu_alltoall"]
9797
test_ebs.py::test_ebs_single:
9898
dimensions:
99-
- regions: ["eu-west-3"]
99+
- regions: ["us-west-2"]
100100
instances: {{ common.INSTANCES_DEFAULT_X86 }}
101101
oss: ["ubuntu1804"]
102102
schedulers: ["slurm"]
103103
dcv:
104104
test_dcv.py::test_dcv_configuration:
105105
dimensions:
106-
- regions: ["sa-east-1"]
106+
- regions: ["us-west-2"]
107107
instances: {{ common.INSTANCES_DEFAULT_ARM }}
108108
oss: ["alinux2"]
109109
schedulers: ["slurm"]
110110
update:
111111
test_update.py::test_update_awsbatch:
112112
dimensions:
113-
- regions: ["eu-south-1"]
113+
- regions: ["us-west-2"]
114114
instances: {{ common.INSTANCES_DEFAULT_X86 }}
115115
oss: ["alinux2"]
116116
test_update.py::test_update_slurm:
117117
dimensions:
118-
- regions: ["eu-west-1"]
118+
- regions: ["us-west-2"]
119119
instances: {{ common.INSTANCES_DEFAULT_X86 }}
120120
oss: ["centos7"]
121121
networking:

tests/integration-tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ def extract_template(template_path):
805805
# some instance type is only supported in use2-az2
806806
"us-east-2": ["use2-az2"],
807807
# trn available on usw2-az4
808-
"us-west-2": ["usw2-az4"],
808+
"us-west-2": ["usw2-az4", "usw2-lax1-az1"],
809809
# c5.xlarge is not supported in apse2-az3
810810
"ap-southeast-2": ["apse2-az1", "apse2-az2"],
811811
# m6g.xlarge is not supported in apne1-az2
@@ -990,7 +990,7 @@ def vpc_stacks(cfn_stacks_factory, request):
990990
cidr="192.168.64.0/18", # 16382 IPs
991991
map_public_ip_on_launch=False,
992992
has_nat_gateway=False,
993-
availability_zone=availability_zones[0],
993+
availability_zone=availability_zones[1],
994994
default_gateway=Gateways.NAT_GATEWAY,
995995
)
996996
private_subnet_different_cidr = SubnetConfig(

0 commit comments

Comments
 (0)