Skip to content

Commit 4b1752a

Browse files
author
Himani Anil Deshpande
committed
Adding exclusive flag since we want to identify that Expedited Job runs 1st on the node we are targetting
1 parent 712227f commit 4b1752a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def test_expedited_requeue(
680680
"nodes": 1,
681681
"partition": partition,
682682
"host": target_node,
683-
"other_options": "--requeue=expedite",
683+
"other_options": "--requeue=expedite --exclusive",
684684
}
685685
)
686686
logging.info("Submitted job1 (expedited requeue) ID: %s", job1_id)
@@ -692,6 +692,7 @@ def test_expedited_requeue(
692692
"nodes": 1,
693693
"partition": partition,
694694
"host": target_node,
695+
"other_options": "--exclusive",
695696
}
696697
)
697698
logging.info("Submitted job2 (normal) ID: %s", job2_id)

0 commit comments

Comments
 (0)