Skip to content

Commit

Permalink
Merge pull request #2613 from wangyang0616/bugfix_2612_preempt_priority
Browse files Browse the repository at this point in the history
By default, the preemption function of gang and drf is turned off
  • Loading branch information
volcano-sh-bot authored Dec 22, 2022
2 parents cb2e455 + 37388a1 commit 5bd6084
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 5bd6084

Please sign in to comment.