Skip to content

Commit

Permalink
only try tests once
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 21, 2024
1 parent c78edef commit da7f473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/kind/e2e/e2e-batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: e2e-inventory-http-tests
spec:
completions: 1
backoffLimit: 0
template:
spec:
initContainers:
Expand All @@ -29,4 +30,4 @@ spec:
value: "localhost:9092"
command: ["/usr/local/bin/e2e-inventory-tests", "-test.v"]
restartPolicy: Never
backoffLimit: 4

0 comments on commit da7f473

Please sign in to comment.