diff --git a/test/sagemaker_tests/huggingface_pytorch/inference/conftest.py b/test/sagemaker_tests/huggingface_pytorch/inference/conftest.py index a8c3ec4a12d8..a9622661763f 100644 --- a/test/sagemaker_tests/huggingface_pytorch/inference/conftest.py +++ b/test/sagemaker_tests/huggingface_pytorch/inference/conftest.py @@ -59,6 +59,7 @@ NO_P3_REGIONS = [ "af-south-1", "ap-east-1", + "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-southeast-1", diff --git a/test/sagemaker_tests/huggingface_pytorch/training/conftest.py b/test/sagemaker_tests/huggingface_pytorch/training/conftest.py index b11ed0bb7a81..dcf33d0bd1ff 100644 --- a/test/sagemaker_tests/huggingface_pytorch/training/conftest.py +++ b/test/sagemaker_tests/huggingface_pytorch/training/conftest.py @@ -59,6 +59,7 @@ ] NO_P3_REGIONS = [ "ap-east-1", + "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-southeast-1", diff --git a/test/sagemaker_tests/huggingface_tensorflow/inference/integration/sagemaker/conftest.py b/test/sagemaker_tests/huggingface_tensorflow/inference/integration/sagemaker/conftest.py index 4d98e54fe1d7..13426f82840e 100644 --- a/test/sagemaker_tests/huggingface_tensorflow/inference/integration/sagemaker/conftest.py +++ b/test/sagemaker_tests/huggingface_tensorflow/inference/integration/sagemaker/conftest.py @@ -38,6 +38,7 @@ "af-south-1", ] NO_P3_REGIONS = [ + "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", diff --git a/test/sagemaker_tests/huggingface_tensorflow/training/integration/__init__.py b/test/sagemaker_tests/huggingface_tensorflow/training/integration/__init__.py index f15d11533d24..689ef8dbc42c 100755 --- a/test/sagemaker_tests/huggingface_tensorflow/training/integration/__init__.py +++ b/test/sagemaker_tests/huggingface_tensorflow/training/integration/__init__.py @@ -40,6 +40,7 @@ "af-south-1", ] NO_P3_REGIONS = [ + "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", diff --git a/test/sagemaker_tests/mxnet/inference/integration/__init__.py b/test/sagemaker_tests/mxnet/inference/integration/__init__.py index dd5230527163..3ae5a70ab071 100644 --- a/test/sagemaker_tests/mxnet/inference/integration/__init__.py +++ b/test/sagemaker_tests/mxnet/inference/integration/__init__.py @@ -39,6 +39,7 @@ "af-south-1", ] NO_P3_REGIONS = [ + "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", diff --git a/test/sagemaker_tests/mxnet/training/integration/__init__.py b/test/sagemaker_tests/mxnet/training/integration/__init__.py index 47dfa212b8b2..1a5756c933ae 100644 --- a/test/sagemaker_tests/mxnet/training/integration/__init__.py +++ b/test/sagemaker_tests/mxnet/training/integration/__init__.py @@ -32,6 +32,7 @@ "af-south-1", ] NO_P3_REGIONS = [ + "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", diff --git a/test/sagemaker_tests/pytorch/inference/conftest.py b/test/sagemaker_tests/pytorch/inference/conftest.py index a8c3ec4a12d8..a9622661763f 100644 --- a/test/sagemaker_tests/pytorch/inference/conftest.py +++ b/test/sagemaker_tests/pytorch/inference/conftest.py @@ -59,6 +59,7 @@ NO_P3_REGIONS = [ "af-south-1", "ap-east-1", + "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-southeast-1", diff --git a/test/sagemaker_tests/pytorch/training/conftest.py b/test/sagemaker_tests/pytorch/training/conftest.py index 04a83746b587..e640aa1b7cc9 100644 --- a/test/sagemaker_tests/pytorch/training/conftest.py +++ b/test/sagemaker_tests/pytorch/training/conftest.py @@ -58,6 +58,7 @@ ] NO_P3_REGIONS = [ "ap-east-1", + "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-southeast-1", diff --git a/test/sagemaker_tests/tensorflow/inference/test/integration/sagemaker/conftest.py b/test/sagemaker_tests/tensorflow/inference/test/integration/sagemaker/conftest.py index 2a227f3f6e52..610e27724c22 100644 --- a/test/sagemaker_tests/tensorflow/inference/test/integration/sagemaker/conftest.py +++ b/test/sagemaker_tests/tensorflow/inference/test/integration/sagemaker/conftest.py @@ -38,6 +38,7 @@ "af-south-1", ] NO_P3_REGIONS = [ + "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", diff --git a/test/sagemaker_tests/tensorflow/tensorflow1_training/integration/__init__.py b/test/sagemaker_tests/tensorflow/tensorflow1_training/integration/__init__.py index 49b86c56eb23..2c70a2243675 100644 --- a/test/sagemaker_tests/tensorflow/tensorflow1_training/integration/__init__.py +++ b/test/sagemaker_tests/tensorflow/tensorflow1_training/integration/__init__.py @@ -42,6 +42,7 @@ "af-south-1", ] NO_P3_REGIONS = [ + "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", diff --git a/test/sagemaker_tests/tensorflow/tensorflow2_training/integration/__init__.py b/test/sagemaker_tests/tensorflow/tensorflow2_training/integration/__init__.py index d213655141c1..72d7a8034b0d 100755 --- a/test/sagemaker_tests/tensorflow/tensorflow2_training/integration/__init__.py +++ b/test/sagemaker_tests/tensorflow/tensorflow2_training/integration/__init__.py @@ -46,6 +46,7 @@ "af-south-1", ] NO_P3_REGIONS = [ + "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2",