Skip to content

Commit

Permalink
backoffLimit for the test job set to 0. (#434)
Browse files Browse the repository at this point in the history
Otherwise, the default value is 6, which means that the job restarts up to 6 time a pod if the previous one failed.
  • Loading branch information
gusmith authored Sep 25, 2019
1 parent 6ba4af2 commit c68dcea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azurePipeline/k8s_test_job.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
spec:
completions: 1
parallelism: 1
backoffLimit: 0
template:
metadata:
labels:
Expand Down

0 comments on commit c68dcea

Please sign in to comment.