-
Notifications
You must be signed in to change notification settings - Fork 963
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 predicateGPUbyMemory: sort of devIDs reduce fragment gpu #2476
fix predicateGPUbyMemory: sort of devIDs reduce fragment gpu #2476
Conversation
Signed-off-by: yougjiahe <[email protected]>
…uence Signed-off-by: yougjiahe <[email protected]>
Sorry,last time forget sort devIDs before return. #2465 |
Signed-off-by: Xuzheng Chang <[email protected]>
add plugin registration log
Signed-off-by: jiangkaihua <[email protected]>
…-plugin Import volumeZone plugin.
Signed-off-by: Zhifang Gao <[email protected]>
…quota fix 2488, scheduler panic
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
Signed-off-by: Yikun Jiang <[email protected]>
Add Yikun as reviewer
Signed-off-by: jiangkaihua <[email protected]>
Add jiangkaihua as reviewer.
Signed-off-by: Xuzheng Chang <[email protected]>
Signed-off-by: shaoqiu <[email protected]>
…ation-more-than-one-gpu fix gpu shareing predictor allocate more than one gpu for pod
add podTopologySpread plugin
…ap-loading-log fix printing volcano-scheduler-configmap loading log;
Signed-off-by: shaoqiu <[email protected]>
delete task qos limit in webhook
Signed-off-by: wulixuan <[email protected]>
Signed-off-by: kerthcet <[email protected]>
Signed-off-by: kerthcet <[email protected]>
merge pr from release-1.6
enable https healthz listen;
fix unit test
Signed-off-by: kerthcet <[email protected]>
Fix unit test in cmd
Signed-off-by: wangyang <[email protected]>
…rsions. Signed-off-by: wangyang <[email protected]>
…che on the plugin. Signed-off-by: wangyang <[email protected]>
…k8s_v1.25 Volcano adapts to the k8s v1.25
Signed-off-by: Zhe Jin <[email protected]>
cherry-pick: queue is not met even if oldDeserved and deserved are the same
…er/plugins/nodeorder;" This reverts commit 6e0beac. Signed-off-by: xilinxing <[email protected]>
Revert "merge volcano-sh#2506(add volume binding plugin) into scheduler/plugins/nodeorder;"
Signed-off-by: min.jia <[email protected]>
Signed-off-by: Zhe Jin <[email protected]>
…evel pod could be preempted by default
fix extender plugin http send wrong action name
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.
@WingkaiHo Hey, This PR looks to be OK for reviewers generally. Please rebase the fix to the latest master code. THX.
…uence Signed-off-by: yougjiahe <[email protected]>
…ttps://github.com/WingkaiHo/volcano into fix/predicateGPUbyMemory-return-ids-with-sequence
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shinytang6, 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 |
The following users are mentioned in OWNERS file(s) but are not members of the volcano-sh org. Once all users have been added as members of the org, you can trigger verification by writing
|
Signed-off-by: yougjiahe [email protected]
Traversal key of allocatableGPUs, devIDs are not in sequence. So it will make fragment gpu use.