mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[artifacts] Add CI retries (#130194)
This commit is contained in:
parent
476c7b9993
commit
f097b3e4ff
1 changed files with 20 additions and 0 deletions
|
@ -4,6 +4,10 @@ steps:
|
|||
agents:
|
||||
queue: c2-16
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- wait
|
||||
|
||||
|
@ -12,24 +16,40 @@ steps:
|
|||
agents:
|
||||
queue: n2-4-virt
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- command: TEST_PACKAGE=rpm .buildkite/scripts/steps/package_testing/test.sh
|
||||
label: Artifact Testing
|
||||
agents:
|
||||
queue: n2-4-virt
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- command: TEST_PACKAGE=docker .buildkite/scripts/steps/package_testing/test.sh
|
||||
label: Artifact Testing
|
||||
agents:
|
||||
queue: n2-4-virt
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- command: .buildkite/scripts/steps/artifacts/docker_context.sh
|
||||
label: 'Docker Context Verification'
|
||||
agents:
|
||||
queue: n2-2
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- wait
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue