Skip to content

Commit

Permalink
update kueue job template for gang scheduling (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Shmulevich <[email protected]>
  • Loading branch information
dmitsh authored Aug 2, 2024
1 parent ecaf04e commit 5c10d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/benchmarks/templates/kueue/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ metadata:
namespace: default
labels:
kueue.x-k8s.io/queue-name: team-queue
annotations:
kueue.x-k8s.io/job-group: group-{{._NAME_}}
spec:
suspend: true
completions: {{.replicas}}
parallelism: {{.replicas}}
completionMode: Indexed
Expand Down

0 comments on commit 5c10d62

Please sign in to comment.