-
Notifications
You must be signed in to change notification settings - Fork 778
test(coscheduling): add uts for coscheduling plugin. #2582
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
/rerun-all |
The |
Pull Request Test Coverage Report for Build 14687946875Details
💛 - Coveralls |
9b313ae
to
a0065e4
Compare
/cc @kubeflow/wg-training-leads @astefanutti |
pkg/runtime/framework/plugins/coscheduling/coscheduling_test.go
Outdated
Show resolved
Hide resolved
pkg/runtime/framework/plugins/coscheduling/coscheduling_test.go
Outdated
Show resolved
Hide resolved
pkg/runtime/framework/plugins/coscheduling/coscheduling_test.go
Outdated
Show resolved
Hide resolved
pkg/runtime/framework/plugins/coscheduling/coscheduling_test.go
Outdated
Show resolved
Hide resolved
@IRONICBo Do you have any updates? |
a0065e4
to
ff1239a
Compare
Sorry I've been preparing for final exams this week and have now updated, please take a look about it. @tenzen-y @Electronic-Waste |
Signed-off-by: Asklv <[email protected]>
ff1239a
to
326ff75
Compare
/rerun-all |
@Electronic-Waste @tenzen-y Hi, do you have time to review my PR? |
Besides, the /rerun-all command doesn't seem to work. |
/retest |
What this PR does / why we need it:
Other plugins in pkg/runtime/framework/plugins have corresponding UTs, but the scheduling plugin does not have a UT for itself. I want to add some UTs for it.
Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged):Part-of: #2582
Checklist: