Skip to content

Commit 0fa52b9

Browse files
hgreebegmarciani
authored andcommitted
Change test_slurm gpu instance type to g4dn.2xlarge (#6034)
1 parent 06d975b commit 0fa52b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/tests/schedulers/test_slurm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_slurm(
7575
Grouped all tests in a single function so that cluster can be reused for all of them.
7676
"""
7777
scaledown_idletime = 3
78-
gpu_instance_type = "g3.4xlarge"
78+
gpu_instance_type = "g4dn.2xlarge"
7979
gpu_instance_type_info = get_instance_info(gpu_instance_type, region)
8080
# For OSs running _test_mpi_job_termination, spin up 2 compute nodes at cluster creation to run test
8181
# Else do not spin up compute node and start running regular slurm tests
@@ -199,7 +199,7 @@ def test_slurm_from_login_nodes_in_private_network(
199199
"""Test Slurm features in login nodes inside a private network."""
200200

201201
scaledown_idletime = 3
202-
gpu_instance_type = "g3.4xlarge"
202+
gpu_instance_type = "g4dn.2xlarge"
203203
gpu_instance_type_info = get_instance_info(gpu_instance_type, region)
204204
compute_node_bootstrap_timeout = 1600
205205
cluster_config = pcluster_config_reader(

0 commit comments

Comments
 (0)