mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] Set disk size for artifact builds (#197663)
Defines disk size for artifact builds. This will be a no-op - the boot disk size is >= the definitions in this PR. A test run with the smaller boot disk can be seen in https://buildkite.com/elastic/kibana-pull-request/builds/248242. I plan on making further adjustments after the boot disk has been promoted.
This commit is contained in:
parent
4bc9a59fcc
commit
316efc71d6
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: c2-standard-16
|
||||
diskSizeGb: 125
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
|
|
|
@ -12,6 +12,7 @@ steps:
|
|||
agents:
|
||||
machineType: n2-standard-8
|
||||
preemptible: true
|
||||
diskSizeGb: 125
|
||||
key: build
|
||||
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
|
||||
timeout_in_minutes: 90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue