File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 25
25
PYTHON_VERSION = "py" + str (sys .version_info .major )
26
26
27
27
# 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
+ ]
29
38
HOSTING_NO_P3_REGIONS = [
30
39
"ap-southeast-1" ,
31
40
"ap-southeast-2" ,
34
43
"eu-central-1" ,
35
44
"eu-west-2" ,
36
45
"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" ,
37
58
]
38
- TRAINING_NO_P2_REGIONS = ["ap-southeast-1" , "ap-southeast-2" ]
39
59
40
60
# EI is currently only supported in the following regions
41
61
# regions were derived from https://aws.amazon.com/machine-learning/elastic-inference/pricing/
You can’t perform that action at this time.
0 commit comments