Add BK retries to exhaustive/compat steps (#15874) (#15875)

As a follow up to #15787 we also add Buildkite retries for the
exhaustive pipeline / compatibility group steps to prevent
failures due to flakiness.

(cherry picked from commit 88a32cca81)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
github-actions[bot] 2024-01-30 15:01:37 +02:00 committed by GitHub
parent 8bac7c8169
commit d19de71456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@ def compat_step(imagesuffix: str, command: LiteralScalarString) -> dict[str, typ
"key": slugify_bk_key(f"compat-linux-{imagesuffix}"),
"command": command,
"agents": {},
"retry": {"automatic": [{"limit": 3}]},
}
if "amazon" in imagesuffix.lower():