forked from volcano-sh/volcano
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'github_190422' into 'master'
[Issue volcano-sh#63] sync code from github / 190422 ## related pr * Add UT cases for Preempt Action | kubernetes-retired/kube-batch#751 >!! need fix bug on allocate/preempt UT >errors about enqueue * support extended resource for kube-batch | kubernetes-retired/kube-batch#795 >modity Convert2K8sResource in resources_info.go * Fix verify | kubernetes-retired/kube-batch#792 >modify manually * Remove reclaim and preempt in deployment | kubernetes-retired/kube-batch#772 >add enqueue in kube-conf-ci.conf * Add CheckNodeDiskPressure,CheckNodePIDPressure,CheckNodeMemoryPressur… | kubernetes-retired/kube-batch#800 >!! need fix bug on reclaim UT >errors about enqueue * Add UT Cases for Reclaim Action | kubernetes-retired/kube-batch#801 * Prevent memory leak | kubernetes-retired/kube-batch#809 * Migrate duplicated code in nodeorder and predicate plugin | kubernetes-retired/kube-batch#816 ## not applied pr * restore kube-batch | https://github.com/kubernetes-sigs/kube-batch/pull/791/files * Add Volcano Installation Tutorial Link | https://github.com/kubernetes-sigs/kube-batch/pull/796/files * Add document for MPI example | https://github.com/kubernetes-sigs/kube-batch/pull/793/files * Update tutorial.md | https://github.com/kubernetes-sigs/kube-batch/pull/808/files * Add kubemark support | https://github.com/kubernetes-sigs/kube-batch/pull/810/files Issues info: Issue ID: 63 Title: sync code from github / 190422 Issue url: CBU-PaaS/Community/volcano/volcano#63 See merge request CBU-PaaS/Community/volcano/volcano!106
- Loading branch information
Showing
20 changed files
with
1,340 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
actions: "enqueue, reclaim, allocate, backfill, preempt" | ||
tiers: | ||
- plugins: | ||
- name: priority | ||
- name: gang | ||
- name: conformance | ||
- plugins: | ||
- name: drf | ||
- name: predicates | ||
- name: proportion | ||
- name: nodeorder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.