Skip to content

Commit

Permalink
update scheduler config (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph <joseph.t.lee@outlook.com>
  • Loading branch information
eahydra committed Aug 16, 2023
1 parent 813a1a1 commit 9e1d052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions/v1.3.0/templates/koord-scheduler-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ data:
- name: Coscheduling
preFilter:
enabled:
- name: Reservation
- name: NodeNUMAResource
- name: DeviceShare
- name: Reservation
- name: Coscheduling
- name: ElasticQuota
filter:
Expand All @@ -92,7 +92,7 @@ data:
- name: DefaultPreemption
preScore:
enabled:
- name: Reservation
- name: Reservation # The Reservation plugin must come first
score:
enabled:
- name: LoadAwareScheduling
Expand All @@ -105,10 +105,10 @@ data:
weight: 5000
reserve:
enabled:
- name: Reservation # The Reservation plugin must come first
- name: LoadAwareScheduling
- name: NodeNUMAResource
- name: DeviceShare
- name: Reservation
- name: Coscheduling
- name: ElasticQuota
permit:
Expand Down

0 comments on commit 9e1d052

Please sign in to comment.