Skip to content

Commit 94344a1

Browse files
authored
infra: use m5.xlarge instances for "ap-northeast-1" region integ tests. (#1388)
1 parent ff4245a commit 94344a1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/conftest.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@
3131

3232
DEFAULT_REGION = "us-west-2"
3333

34-
NO_M4_REGIONS = ["eu-west-3", "eu-north-1", "ap-east-1", "sa-east-1", "me-south-1"]
34+
NO_M4_REGIONS = [
35+
"eu-west-3",
36+
"eu-north-1",
37+
"ap-east-1",
38+
"ap-northeast-1", # it has m4.xl, but not enough in all AZs
39+
"sa-east-1",
40+
"me-south-1",
41+
]
3542

3643
NO_T2_REGIONS = ["eu-north-1", "ap-east-1", "me-south-1"]
3744

0 commit comments

Comments
 (0)