mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci] Add retry to saved object migration step (#191034)
This is running on a spot instance and should retry if the agent is lost.
This commit is contained in:
parent
a25433c394
commit
4b28aa8ef0
1 changed files with 5 additions and 0 deletions
|
@ -589,6 +589,11 @@ steps:
|
|||
preemptible: true
|
||||
artifact_paths:
|
||||
"target/plugin_so_types_snapshot.json"
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
limit: 3
|
||||
|
||||
- wait: ~
|
||||
continue_on_failure: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue