Skip to content

Commit 4ac4f98

Browse files
lianyidingChuyang Deng
authored and
Chuyang Deng
committed
Add eu-west-3, eu-north-1, sa-east-1 and ap-east-1 to the no-p2 regions and no-p3 regions.
1 parent cfaa2c6 commit 4ac4f98

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

tests/integ/__init__.py

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,16 @@
2525
PYTHON_VERSION = "py" + str(sys.version_info.major)
2626

2727
# these regions have some p2 and p3 instances, but not enough for continuous testing
28-
HOSTING_NO_P2_REGIONS = ["ca-central-1", "eu-central-1", "eu-west-2", "us-west-1"]
28+
HOSTING_NO_P2_REGIONS = [
29+
"ca-central-1",
30+
"eu-central-1",
31+
"eu-west-2",
32+
"us-west-1",
33+
"eu-west-3",
34+
"eu-north-1",
35+
"sa-east-1",
36+
"ap-east-1",
37+
]
2938
HOSTING_NO_P3_REGIONS = [
3039
"ap-southeast-1",
3140
"ap-southeast-2",
@@ -34,8 +43,19 @@
3443
"eu-central-1",
3544
"eu-west-2",
3645
"us-west-1",
46+
"eu-west-3",
47+
"eu-north-1",
48+
"sa-east-1",
49+
"ap-east-1",
50+
]
51+
TRAINING_NO_P2_REGIONS = [
52+
"ap-southeast-1",
53+
"ap-southeast-2",
54+
"eu-west-3",
55+
"eu-north-1",
56+
"sa-east-1",
57+
"ap-east-1",
3758
]
38-
TRAINING_NO_P2_REGIONS = ["ap-southeast-1", "ap-southeast-2"]
3959

4060
# EI is currently only supported in the following regions
4161
# regions were derived from https://aws.amazon.com/machine-learning/elastic-inference/pricing/

0 commit comments

Comments
 (0)