summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-07 21:27:17 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-07 21:27:17 -0700
commit1097c5071f90767a6cd86fc95f799d7f64846faf (patch)
tree1f45eeb43c69a51fe93640331e9bde844ebb08bd
parentf5ba1a0280e09be3e57910b0b1345438f2be95cc (diff)
downloadchef-1097c5071f90767a6cd86fc95f799d7f64846faf.tar.gz
Add retries to the GitHub PRs in Buildkite
We keep seeing random failures on our PRs. This resolves that. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index e6e7193880..817618fb73 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -3,6 +3,9 @@ expeditor:
defaults:
buildkite:
timeout_in_minutes: 30
+ retry:
+ automatic:
+ limit: 1
steps: