Skip to content

Commit 874ede4

Browse files
committed
fix: test
1 parent 678102c commit 874ede4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/rayjob_existing_cluster_kind_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def assert_rayjob_submit_against_existing_cluster(
9595
"pip": "./tests/e2e/mnist_pip_requirements.txt",
9696
"env_vars": get_setup_env_variables(ACCELERATOR=accelerator),
9797
},
98-
shutdown_after_job_finishes=False, # Don't shutdown the existing cluster
98+
shutdown_after_job_finishes=False,
99+
entrypoint_num_gpus=number_of_gpus,
99100
)
100101

101102
# Submit the job

0 commit comments

Comments
 (0)