File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/integration-tests/tests/schedulers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def test_slurm(
75
75
Grouped all tests in a single function so that cluster can be reused for all of them.
76
76
"""
77
77
scaledown_idletime = 3
78
- gpu_instance_type = "g3.4xlarge "
78
+ gpu_instance_type = "g4dn.2xlarge "
79
79
gpu_instance_type_info = get_instance_info (gpu_instance_type , region )
80
80
# For OSs running _test_mpi_job_termination, spin up 2 compute nodes at cluster creation to run test
81
81
# 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(
199
199
"""Test Slurm features in login nodes inside a private network."""
200
200
201
201
scaledown_idletime = 3
202
- gpu_instance_type = "g3.4xlarge "
202
+ gpu_instance_type = "g4dn.2xlarge "
203
203
gpu_instance_type_info = get_instance_info (gpu_instance_type , region )
204
204
compute_node_bootstrap_timeout = 1600
205
205
cluster_config = pcluster_config_reader (
You can’t perform that action at this time.
0 commit comments