Skip to content

Commit 4593113

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[Integ-tests] Add il-central-1 to daily test run
Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent c1e3979 commit 4593113

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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", "eu-north-1", "me-south-1", "af-south-1", "eu-south-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", "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/common/common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ intel_hpc:
319319
networking:
320320
test_cluster_networking.py::test_cluster_in_private_subnet:
321321
dimensions:
322-
- regions: ["me-south-1"]
322+
- regions: ["il-central-1"]
323323
instances: {{ common.INSTANCES_DEFAULT_X86 }}
324324
oss: ["alinux2"]
325325
schedulers: ["slurm"]
@@ -780,7 +780,7 @@ resource_bucket:
780780
log_rotation:
781781
test_log_rotation.py::test_log_rotation:
782782
dimensions:
783-
- regions: ["ap-south-1"]
783+
- regions: ["il-central-1"]
784784
instances: {{ common.INSTANCES_DEFAULT_X86 }}
785785
oss: ["ubuntu2004"]
786786
schedulers: ["slurm"]

0 commit comments

Comments
 (0)