mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
b286519a3d
commit
b5b735625c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue