-
Notifications
You must be signed in to change notification settings - Fork 262
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
Pod controller: "when Using pod group Should keep the running pod group with the queue name if workload is evicted" flakes #2252
Pod controller: "when Using pod group Should keep the running pod group with the queue name if workload is evicted" flakes #2252
Conversation
Skipping CI for Draft Pull Request. |
/assign @vladikkuzn @trasc |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/cc @trasc |
/ok-to-test |
/test pull-kueue-test-integration-main |
1 similar comment
/test pull-kueue-test-integration-main |
/test pull-kueue-test-integration-main |
5 similar comments
/test pull-kueue-test-integration-main |
/test pull-kueue-test-integration-main |
/test pull-kueue-test-integration-main |
/test pull-kueue-test-integration-main |
/test pull-kueue-test-integration-main |
dc5350a
to
2cafc30
Compare
/test pull-kueue-test-integration-main |
1 similar comment
/test pull-kueue-test-integration-main |
2cafc30
to
4dfcac9
Compare
/cherry-pick release-0.6 |
@alculquicondor: once the present PR merges, I will cherry-pick it on top of release-0.6 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
5812716
to
e10ba1a
Compare
/lgtm |
LGTM label has been added. Git tree hash: 4e6b6194a0e44b102d31a9753a50a56405cbb708
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, vladikkuzn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…up with the queue name if workload is evicted" flakes * Rename SetNodeName -> BindPodWithNode * Reorder to match production env
e10ba1a
to
516862e
Compare
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 611c1828fa9774ee8b6474374eb99c96218277c3
|
@alculquicondor: new pull request created: #2263 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…up with the queue name if workload is evicted" flakes (kubernetes-sigs#2252) * Pod controller: "when Using pod group Should keep the running pod group with the queue name if workload is evicted" flakes * Pod controller: "when Using pod group Should keep the running pod group with the queue name if workload is evicted" flakes * Rename SetNodeName -> BindPodWithNode * Reorder to match production env
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Fixes failing test caused by changes in isPodRunnableOrSucceeded of #2212
It's solely tests issue, since node name was not set, the workload reconciliation was stuck in a reclaimable pods reset attempt
Which issue(s) this PR fixes:
Fixes #2243
Special notes for your reviewer:
Does this PR introduce a user-facing change?