[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:
Jon 2024-04-24 10:26:11 -05:00 committed by GitHub
parent 18e6bf2cae
commit f2f5ec927c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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