mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
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:
parent
8bac7c8169
commit
d19de71456
1 changed files with 1 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue