Skip to content

Commit 7db3cf9

Browse files
committed
update instance types for integ test
1 parent eec99c1 commit 7db3cf9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/conftest.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ def cpu_instance_type(sagemaker_session, request):
364364
@pytest.fixture(scope="module")
365365
def gpu_instance_type(request):
366366
return "ml.p3.2xlarge"
367+
368+
367369
# return "ml.p2.xlarge"
368370

369371

@@ -409,7 +411,7 @@ def pytest_generate_tests(metafunc):
409411
region in tests.integ.HOSTING_NO_P2_REGIONS
410412
or region in tests.integ.TRAINING_NO_P2_REGIONS
411413
):
412-
# params.append("ml.p2.xlarge")
414+
413415
params.append("ml.p3.2xlarge")
414416
metafunc.parametrize("instance_type", params, scope="session")
415417

tests/integ/test_horovod.py

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def test_hvd_gpu(
5959
sagemaker_session,
6060
tensorflow_training_latest_version,
6161
tensorflow_training_latest_py_version,
62-
# "ml.p2.xlarge",
6362
"ml.p3.2xlarge",
6463
tmpdir,
6564
)

0 commit comments

Comments
 (0)