-
Notifications
You must be signed in to change notification settings - Fork 972
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 bug: capability validation failed when some running jobs finished or deleted #959
Conversation
Travis tests have failedHey @Thor-wl, TravisBuddy Request Identifier: 9903acb0-d099-11ea-b8d2-e37d5f97d09d |
@@ -18,6 +18,7 @@ package proportion | |||
|
|||
import ( | |||
"k8s.io/klog" | |||
"volcano.sh/volcano/pkg/scheduler/actions/enqueue" |
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.
donot make actions and plugins import each other
Travis tests have failedHey @Thor-wl, TravisBuddy Request Identifier: abbf2100-d0b1-11ea-b8d2-e37d5f97d09d |
Signed-off-by: Thor <1187526662@qq.com>
Travis tests have failedHey @Thor-wl, TravisBuddy Request Identifier: fb293060-d0b5-11ea-b8d2-e37d5f97d09d |
Travis tests have failedHey @Thor-wl, TravisBuddy Request Identifier: a90713a0-d0b6-11ea-b8d2-e37d5f97d09d |
Signed-off-by: Thor <1187526662@qq.com>
Travis tests have failedHey @Thor-wl, TravisBuddy Request Identifier: aeb12f80-d0bf-11ea-b8d2-e37d5f97d09d |
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
I will optimize it in the following pr
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: hzxuzhonghu, Thor-wl 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 |
fix point:
considering the request resource of inqueue job as part of allocated resource
Signed-off-by: Thor 1187526662@qq.com