diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-08-07 21:27:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-08-07 21:27:17 -0700 |
commit | 1097c5071f90767a6cd86fc95f799d7f64846faf (patch) | |
tree | 1f45eeb43c69a51fe93640331e9bde844ebb08bd /.expeditor | |
parent | f5ba1a0280e09be3e57910b0b1345438f2be95cc (diff) | |
download | chef-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>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 3 |
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: |