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

np: fix list of jobs for node pool all #17705

Merged
merged 1 commit into from
Jun 23, 2023
Merged

np: fix list of jobs for node pool all #17705

merged 1 commit into from
Jun 23, 2023

Conversation

lgfa29
Copy link
Contributor

@lgfa29 lgfa29 commented Jun 23, 2023

Unlike nodes, jobs are allowed to be registered in the node pool all, in which case all nodes are used for evaluating placements. When listing jobs for the all node pool only those that are explicitly in this node pool should be returned.

Unlike nodes, jobs are allowed to be registered in the node pool `all`,
in which case all nodes are used for evaluating placements. When listing
jobs for the `all` node pool only those that are explicitly in this node
pool should be returned.
@lgfa29 lgfa29 added the theme/node-pools Issues related to node pools label Jun 23, 2023
@lgfa29 lgfa29 added this to the 1.6.0 milestone Jun 23, 2023
@lgfa29 lgfa29 requested a review from tgross June 23, 2023 19:33
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. LGTM!

@lgfa29 lgfa29 merged commit aea6146 into main Jun 23, 2023
@lgfa29 lgfa29 deleted the b-fix-jobs-in-all-pool branch June 23, 2023 19:47
tgross added a commit that referenced this pull request Jun 23, 2023
In #17705 we fixed a bug in the treatment of the "all" node pool for the `node
pool jobs` command but missed a test in the CLI.
schmichael pushed a commit that referenced this pull request Jun 23, 2023
In #17705 we fixed a bug in the treatment of the "all" node pool for the `node
pool jobs` command but missed a test in the CLI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/node-pools Issues related to node pools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants