Skip to content

Commit

Permalink
[CI] Use spot instances for default cigroups in PR CI (elastic#130476)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored and kertal committed May 24, 2022
1 parent 065d164 commit 6186fcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/pipelines/pull_request/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ steps:
label: 'Default CI Group'
parallelism: 29
agents:
queue: n2-4
queue: n2-4-spot-2
depends_on: build
timeout_in_minutes: 150
key: default-cigroup
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1

Expand Down

0 comments on commit 6186fcb

Please sign in to comment.