Skip to content

Commit

Permalink
By default, the preemption function of gang and drf is turned off
Browse files Browse the repository at this point in the history
Signed-off-by: wangyang <wangyang8126@gmail.com>
  • Loading branch information
wangyang0616 committed Dec 22, 2022
1 parent cb2e455 commit cef4048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/helm/chart/volcano/config/volcano-scheduler-ci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ tiers:
- plugins:
- name: priority
- name: gang
enablePreemptable: false
- name: conformance
- name: sla
- plugins:
- name: overcommit
- name: drf
enablePreemptable: false
- name: predicates
- name: proportion
- name: nodeorder
Expand Down
2 changes: 2 additions & 0 deletions installer/helm/chart/volcano/config/volcano-scheduler.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ tiers:
- plugins:
- name: priority
- name: gang
enablePreemptable: false
- name: conformance
- plugins:
- name: overcommit
- name: drf
enablePreemptable: false
- name: predicates
- name: proportion
- name: nodeorder
Expand Down
2 changes: 2 additions & 0 deletions installer/volcano-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8630,10 +8630,12 @@ data:
- plugins:
- name: priority
- name: gang
enablePreemptable: false
- name: conformance
- plugins:
- name: overcommit
- name: drf
enablePreemptable: false
- name: predicates
- name: proportion
- name: nodeorder
Expand Down

0 comments on commit cef4048

Please sign in to comment.