Skip to content

Commit

Permalink
[ci] Move BWC to spot instances, shrink packaging-test-unix instances (
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored May 1, 2024
1 parent 7ae0830 commit 85c876d
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/periodic-packaging.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
diskSizeGb: 350
machineType: custom-16-32768
machineType: n1-standard-8
env: {}
- group: packaging-tests-upgrade
steps: $BWC_STEPS
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
diskSizeGb: 350
machineType: custom-16-32768
machineType: n1-standard-8
env: {}
- group: packaging-tests-upgrade
steps:
Expand Down
10 changes: 9 additions & 1 deletion .buildkite/pipelines/periodic.bwc.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
image: family/elasticsearch-ubuntu-2004
machineType: n1-standard-32
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: $BWC_VERSION
BWC_VERSION: $BWC_VERSION
retry:
automatic:
- exit_status: "-1"
limit: 3
signal_reason: none
- signal_reason: agent_stop
limit: 3
Loading

0 comments on commit 85c876d

Please sign in to comment.