Closed PBundyra closed 3 days ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
/assign @mimowo
Name | Link |
---|---|
Latest commit | 2974e1c4042ae68eb7670b30bba984096d08c173 |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/67482eaae6f22100082ccb8d |
Deploy Preview | https://deploy-preview-3649--kubernetes-sigs-kueue.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
LGTM label has been added.
Actually, the PodGroups as such were already supported by TAS, just not rank-based ordering.
/release-note-edit
Support rank-based ordering of Pods with Topology-Aware Scheduling.
The Pod indexes are determined based on the "kueue.x-k8s.io/pod-group-index" label which
can be set by an external controller managing the group.
/retest
The build is failing after the other PR: https://github.com/kubernetes-sigs/kueue/pull/3656. Please rebase and use corev1.LabelHostname
/lgtm /approve @tenzen-y I believe all your comments since https://github.com/kubernetes-sigs/kueue/pull/3649#pullrequestreview-2464833242 are addressed, so merging to move forward, and unblock the follow up work on https://github.com/kubernetes-sigs/kueue/issues/3663. If you have some extra last minute comments feel free to still add them even after merged. /hold cancel
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mimowo, PBundyra
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind feature
What this PR does / why we need it:
"kueue.x-k8s.io/pod-group-index"
Which issue(s) this PR fixes:
Fixes #3533
Special notes for your reviewer:
NONE
Does this PR introduce a user-facing change?