mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[build/serverless] Do not use spot instances (#181578)
This build step doesn't support retries, if the docker image has already been uploaded once it exits early. We want to rule out spot preemptions as a cause of failure.
This commit is contained in:
parent
18e6bf2cae
commit
f2f5ec927c
1 changed files with 1 additions and 5 deletions
|
@ -2,9 +2,5 @@ steps:
|
|||
- command: .buildkite/scripts/steps/artifacts/docker_image.sh
|
||||
label: Build serverless container images
|
||||
agents:
|
||||
queue: n2-16-spot
|
||||
queue: c2-16
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
limit: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue