Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfc33: simplify queue.NAME.requires #342

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions spec_33.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,11 @@ SHALL be represented as a sub-table that MAY contain the following OPTIONAL
keys:

queues.NAME.requires
(table) Specify queue-specific resource constraint(s) in RFC 31 format,
that SHALL be added to the jobspec ``system.constraints`` attribute of all
jobs submitted to this queue. If the jobspec already specifies constraints,
then the queue-specific constraints SHALL be added with an ``and`` operator.
(array of strings) Specify queue-specific resource property constraints
(RFC 31) that SHALL be added to the jobspec ``system.constraints.properties``
array of all jobs submitted to this queue. If the jobspec already specifies
property constraints, then the queue-specific properties SHALL be appended
(logical and).

queues.NAME.policy
(table) Specify policy fragments that apply only to this queue, using the
Expand Down