You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manpage.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1059,6 +1059,8 @@ The way the tests are generated and how they interact with the test filtering op
1059
1059
``--distribute=NODESTATE`` now matches nodes that are exclusively in state ``NODESTATE``, so that the default ``--distribute=idle`` will match only the Slurm nodes that are in the ``IDLE`` state exclusively.
1060
1060
To achieve the previous behaviour, you should use ``--distribute=idle*``.
1061
1061
1062
+
.. versionchanged:: 4.9
1063
+
``--distribute=NODESTATE`` now allows you to specify multiple valid states using the ``|`` character.
0 commit comments