Skip to content

Commit

Permalink
Fix restart policy for correct volcano job handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Oct 2, 2023
1 parent b8d8b2d commit 932180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/perftest/templates/pytorch.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
labels:
{{ macros.labels(benchmark) | indent(10) }}
spec:
restartPolicy: OnFailure
restartPolicy: Never
containers:
- name: pytorch-benchmark
{# TODO: Make this image/tag configurable elsewhere (tag latest doesn't seem to work for manual docker pulls) #}
Expand Down

0 comments on commit 932180b

Please sign in to comment.