Skip to content

Commit 27cc885

Browse files
committed
Fix training integration tests
1 parent fc2bd13 commit 27cc885

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

test/integration_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_job_name():
2121
@pytest.fixture(scope="class")
2222
def image_uri():
2323
"""Return a standard PyTorch image URI for testing."""
24-
return "763104351884.dkr.ecr.us-west-2.amazonaws.com/pytorch-training:2.2.0-cpu-py310-ubuntu20.04-sagemaker"
24+
return "448049793756.dkr.ecr.us-west-2.amazonaws.com/ptjob:mnist"
2525

2626
@pytest.fixture(scope="class")
2727
def cluster_name():

test/integration_tests/cli/test_cli_custom_inference.py renamed to test/integration_tests/inference/cli/test_cli_custom_inference.py

File renamed without changes.

test/integration_tests/cli/test_cli_jumpstart_inference.py renamed to test/integration_tests/inference/cli/test_cli_jumpstart_inference.py

File renamed without changes.

test/integration_tests/sdk/test_sdk_custom_inferece.py renamed to test/integration_tests/inference/sdk/test_sdk_custom_inferece.py

File renamed without changes.

test/integration_tests/sdk/test_sdk_jumpstart_inference.py renamed to test/integration_tests/inference/sdk/test_sdk_jumpstart_inference.py

File renamed without changes.

test/integration_tests/cli/test_cli_jumpstart_training.py renamed to test/integration_tests/training/cli/test_cli_training.py

File renamed without changes.

test/integration_tests/sdk/test_sdk_jumpstart_training.py renamed to test/integration_tests/training/sdk/test_sdk_training.py

File renamed without changes.

0 commit comments

Comments
 (0)