-
Notifications
You must be signed in to change notification settings - Fork 432
[release-0.14] Replace scheduler stub with interceptor function in TestLastSchedulingContext. #7141
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
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@mbobrovskyi ptal and also prepare manually CP for 0.13 |
/retest After merge #7146. |
/cc @mimowo |
/lgtm |
LGTM label has been added. Git tree hash: 6133c2b61d78521de5b4f25eccb739fa0b76f244
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k8s-infra-cherrypick-robot, mimowo 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 |
…the TestLastSchedulingContext unit test. #7141: [release-0.14] Replace scheduler stub with interceptor function in TestLastSchedulingContext. (#7151) * Convert deleteWorkloads (in the TestLastSchedulingContext unit test) to array of references. * Reworked the changes to better allign with issue description. * Removed empty slice assignments. * Update pkg/scheduler/scheduler_test.go Co-authored-by: Yuki Iwai <[email protected]> * Used constant instead of direct string. * Replace scheduler stub with interceptor function in TestLastSchedulingContext. --------- Co-authored-by: Singularity23x0 <[email protected]> Co-authored-by: Yuki Iwai <[email protected]>
This is an automated cherry-pick of #7140
/assign mimowo