Skip to content

Conversation

@sohankunkerkar
Copy link
Member

@sohankunkerkar sohankunkerkar commented Nov 14, 2025

Previously, only job-managed workloads had the Requeued condition set during admission check eviction (via jobframework). Standalone workloads had no code path setting this condition.

This change adds the condition to standalone workloads, ensuring consistent behavior between job-managed and standalone workloads.

What type of PR is this?

/kind bug

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #7620 (comment)

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Set Requeued condition for standalone workloads during admission check eviction

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/bug Categorizes issue or PR as related to a bug. labels Nov 14, 2025
@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for kubernetes-sigs-kueue canceled.

Name Link
🔨 Latest commit 3d8d8fb
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/6927dbfddac11c00083d9a2a

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 14, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sohankunkerkar
Once this PR has been reviewed and has the lgtm label, please assign gabesaba for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 14, 2025
@sohankunkerkar sohankunkerkar force-pushed the fix-standalone-workload-requeue-condition branch 3 times, most recently from ee17ecd to 06de27f Compare November 26, 2025 21:15
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 26, 2025
@sohankunkerkar sohankunkerkar force-pushed the fix-standalone-workload-requeue-condition branch from 06de27f to 6c54a1c Compare November 26, 2025 21:21
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 26, 2025
@sohankunkerkar sohankunkerkar force-pushed the fix-standalone-workload-requeue-condition branch 2 times, most recently from 7db8b83 to 106125b Compare November 27, 2025 04:05
@sohankunkerkar sohankunkerkar changed the title Fix: Set Requeued condition for standalone workloads during admission check eviction [WIP] Fix: Set Requeued condition for standalone workloads during admission check eviction Nov 27, 2025
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 27, 2025
@sohankunkerkar sohankunkerkar force-pushed the fix-standalone-workload-requeue-condition branch from 106125b to 3210a84 Compare November 27, 2025 04:31
… check eviction

Previously, only job-managed workloads had the Requeued condition set
during admission check eviction (via jobframework). Standalone workloads
had no code path setting this condition.

This change adds the condition to standalone workloads, ensuring
consistent behavior between job-managed and standalone workloads.

Signed-off-by: Sohan Kunkerkar <[email protected]>
@sohankunkerkar sohankunkerkar force-pushed the fix-standalone-workload-requeue-condition branch from 3210a84 to 3d8d8fb Compare November 27, 2025 05:04
@k8s-ci-robot
Copy link
Contributor

@sohankunkerkar: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kueue-test-unit-main 3d8d8fb link true /test pull-kueue-test-unit-main
pull-kueue-test-integration-baseline-main 3d8d8fb link true /test pull-kueue-test-integration-baseline-main

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/bug Categorizes issue or PR as related to a bug. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants