From 1097c5071f90767a6cd86fc95f799d7f64846faf Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 7 Aug 2019 21:27:17 -0700 Subject: Add retries to the GitHub PRs in Buildkite We keep seeing random failures on our PRs. This resolves that. Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.expeditor') 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: -- cgit v1.2.1