[cft] Use spot instance (#135742)

* [cft] Use spot instance, increase cpu

* revert back to n2

* Update .buildkite/pipelines/pull_request/deploy_cloud.yml

Co-authored-by: Tyler Smalley <tylersmalley@gmail.com>

Co-authored-by: Tyler Smalley <tylersmalley@gmail.com>
This commit is contained in:
Jonathan Budzenski 2022-07-12 14:55:50 -05:00 committed by GitHub
parent b286519a3d
commit b5b735625c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@ steps:
- command: .buildkite/scripts/steps/cloud/build_and_deploy.sh
label: 'Build and Deploy to Cloud'
agents:
queue: n2-2
queue: n2-2-spot
depends_on: build
timeout_in_minutes: 30
retry:
automatic:
- exit_status: '-1'
limit: 3