mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Similarly to #15874, this commit adds retries
to another group, the acceptance/docker to reduce
build noise from transient issues.
(cherry picked from commit 2fc3f4c21f
)
Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
parent
326f33001d
commit
283d02ffb5
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ def acceptance_docker_steps()-> list[typing.Any]:
|
|||
set -euo pipefail
|
||||
source .buildkite/scripts/common/vm-agent.sh
|
||||
ci/docker_acceptance_tests.sh {flavor}"""),
|
||||
"retry": {"automatic": [{"limit": 3}]},
|
||||
})
|
||||
|
||||
return steps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue