Skip to content

Commit 9da07a4

Browse files
authored
[test][sagemaker] Add ap-northeast-1 to NO_P3_REGIONS (#1144)
1 parent 48c0e36 commit 9da07a4

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

test/sagemaker_tests/huggingface_pytorch/inference/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
NO_P3_REGIONS = [
6060
"af-south-1",
6161
"ap-east-1",
62+
"ap-northeast-1",
6263
"ap-northeast-2",
6364
"ap-northeast-3",
6465
"ap-southeast-1",

test/sagemaker_tests/huggingface_pytorch/training/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
]
6060
NO_P3_REGIONS = [
6161
"ap-east-1",
62+
"ap-northeast-1",
6263
"ap-northeast-2",
6364
"ap-northeast-3",
6465
"ap-southeast-1",

test/sagemaker_tests/huggingface_tensorflow/inference/integration/sagemaker/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"af-south-1",
3939
]
4040
NO_P3_REGIONS = [
41+
"ap-northeast-1",
4142
"ap-northeast-2",
4243
"ap-southeast-1",
4344
"ap-southeast-2",

test/sagemaker_tests/huggingface_tensorflow/training/integration/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"af-south-1",
4141
]
4242
NO_P3_REGIONS = [
43+
"ap-northeast-1",
4344
"ap-northeast-2",
4445
"ap-southeast-1",
4546
"ap-southeast-2",

test/sagemaker_tests/mxnet/inference/integration/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"af-south-1",
4040
]
4141
NO_P3_REGIONS = [
42+
"ap-northeast-1",
4243
"ap-northeast-2",
4344
"ap-southeast-1",
4445
"ap-southeast-2",

test/sagemaker_tests/mxnet/training/integration/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"af-south-1",
3333
]
3434
NO_P3_REGIONS = [
35+
"ap-northeast-1",
3536
"ap-northeast-2",
3637
"ap-southeast-1",
3738
"ap-southeast-2",

test/sagemaker_tests/pytorch/inference/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
NO_P3_REGIONS = [
6060
"af-south-1",
6161
"ap-east-1",
62+
"ap-northeast-1",
6263
"ap-northeast-2",
6364
"ap-northeast-3",
6465
"ap-southeast-1",

test/sagemaker_tests/pytorch/training/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
]
5959
NO_P3_REGIONS = [
6060
"ap-east-1",
61+
"ap-northeast-1",
6162
"ap-northeast-2",
6263
"ap-northeast-3",
6364
"ap-southeast-1",

test/sagemaker_tests/tensorflow/inference/test/integration/sagemaker/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"af-south-1",
3939
]
4040
NO_P3_REGIONS = [
41+
"ap-northeast-1",
4142
"ap-northeast-2",
4243
"ap-southeast-1",
4344
"ap-southeast-2",

test/sagemaker_tests/tensorflow/tensorflow1_training/integration/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"af-south-1",
4343
]
4444
NO_P3_REGIONS = [
45+
"ap-northeast-1",
4546
"ap-northeast-2",
4647
"ap-southeast-1",
4748
"ap-southeast-2",

0 commit comments

Comments
 (0)