-
Notifications
You must be signed in to change notification settings - Fork 962
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
update go.mod to add queue.spec.Affinity
#2319
update go.mod to add queue.spec.Affinity
#2319
Conversation
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.
@qiankunli Please execute go mod vendor
to update the dependencies locally and push again.
go.mod
Outdated
stathat.com/c/consistent v1.0.0 | ||
volcano.sh/apis v1.5.0-beta.0.0.20220427084719-22d3dd007a8f | ||
volcano.sh/apis v0.0.0-20220630011627-e579d851e770 |
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.
The apis has been updated, please synchronize the latest commit number
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.
updated
46b82c6
to
93f7cdf
Compare
updated |
Signed-off-by: qiankunli <[email protected]> [fix]add queue.spec.Affinity Signed-off-by: qiankunli <[email protected]> update apis dependency commit to edd428c7d2fd Signed-off-by: qiankunli <[email protected]> run go mod vendor Signed-off-by: qiankunli <[email protected]> run go mod vendor Signed-off-by: qiankunli <[email protected]>
93f7cdf
to
e40ebe6
Compare
/lgtm |
@qiankunli Looks good to me. Please track all releated pr under issue #1830. |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
I want to support nodegroup in volcano, related pr #2224, which needs to add
queue.spec. Affinity
field on Queue first, related pr volcano-sh/apis#72operate history
volcano.sh/apis
fromv1.5.0-beta.0.0.20220427084719-22d3dd007a8f
tov0.0.0-20220705062437-edd428c7d2fd
in go.mod, edd428c7d2fd is latest commit ofvolcano.sh/apis
I will continue to push #2224 after the pr is merged.