-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(scheduler): move JobInfo helper functions to method #1343
Conversation
Welcome @Thrimbda! |
05c3459
to
a306c11
Compare
also formatted several doc strings. Signed-off-by: Siyuan Wang <c.one@thrimbda.com>
Just got in touch with volcano :) |
@Thrimbda: GitHub didn't allow me to assign the following users: PTAL. Note that only volcano-sh members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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/test-infra repository. |
sorry, I'm not very familiar with the e2e tests, but the refactor should not change any logic... PTAL @k82cn |
There's something wrong with that e2e action, never mind. According to the issue, maybe you should also move Rest LGTM. |
Signed-off-by: Siyuan Wang <c.one@thrimbda.com>
sure, I've moved it, PTAL @shinytang6 |
- make `GetWaitingTime` `extractWaitingTime` - make `GetPreemptable` `extractPreemptable` - make `GetRevocableZone` `extractRevocableZone` - make `GetBudget` `extractBudget` - remove the parameter of JobInfo::GetMinResources Signed-off-by: Siyuan Wang <c.one@thrimbda.com>
/lgtm |
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
/approve
/lgtm |
/lgtm |
does it require to rebase to merge? |
Waiting for CI happiness :) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k82cn, shinytang6, Thrimbda, william-wang 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 |
formatted some Doc string
Fixes #1341