[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:
Jon 2024-08-21 18:28:13 -05:00 committed by GitHub
parent a25433c394
commit 4b28aa8ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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