Skip to content

Commit a2bcefb

Browse files
hehe7318hgreebe
authored andcommitted
Remove KUL region support and change related integ-test (aws#6765)
1 parent 22a737f commit a2bcefb

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

cli/src/pcluster/resources/supported-regions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ap-south-1
66
ap-southeast-1
77
ap-southeast-2
88
ap-southeast-3
9-
ap-southeast-5
109
ap-southeast-7
1110
ca-central-1
1211
cn-north-1

tests/integration-tests/configs/common.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{%- set REGIONS_COMMERCIAL = ["us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "sa-east-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-5", "ap-southeast-7", "eu-north-1", "me-south-1", "af-south-1", "eu-south-1", "il-central-1"] -%}
1+
{%- set REGIONS_COMMERCIAL = ["us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "sa-east-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-7", "eu-north-1", "me-south-1", "af-south-1", "eu-south-1", "il-central-1"] -%}
22
{%- set REGIONS_CHINA = ["cn-north-1", "cn-northwest-1"] -%}
33
{%- set REGIONS_GOVCLOUD = ["us-gov-west-1", "us-gov-east-1"] -%}
44
{%- set REGIONS_ALL = REGIONS_COMMERCIAL + REGIONS_CHINA + REGIONS_GOVCLOUD -%}

tests/integration-tests/configs/develop.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test-suites:
7272
configure:
7373
test_pcluster_configure.py::test_pcluster_configure:
7474
dimensions:
75-
- regions: ["ap-southeast-5"]
75+
- regions: ["ap-southeast-2"]
7676
instances: {{ common.INSTANCES_DEFAULT_ARM }}
7777
oss: [{{ OS_ARM_2 }}]
7878
schedulers: ["slurm"]
@@ -810,8 +810,8 @@ test-suites:
810810
proxy:
811811
test_proxy.py::test_proxy:
812812
dimensions:
813-
- regions: ["ap-southeast-5"] # c5 instance type is not available in ap-southeast-5
814-
instances: ["m6i.xlarge"]
813+
- regions: ["eu-central-1"]
814+
instances: {{ common.INSTANCES_DEFAULT_X86 }}
815815
oss: [{{ OS_X86_7 }}]
816816
schedulers: ["slurm"]
817817
pyxis:

tests/integration-tests/configs/released.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test-suites:
5050
configure:
5151
test_pcluster_configure.py::test_pcluster_configure:
5252
dimensions:
53-
- regions: ["ap-southeast-5"]
53+
- regions: ["ap-southeast-2"]
5454
instances: {{ common.INSTANCES_DEFAULT_ARM }}
5555
oss: ["alinux2"]
5656
schedulers: ["slurm"]

0 commit comments

Comments
 (0)