From 11673e603c6540e396348ad42d2edb3e0930c9a8 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 26 Nov 2024 17:35:57 -0600 Subject: [PATCH] [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. --- .buildkite/pipelines/artifacts.yml | 1 + .buildkite/pipelines/pull_request/base.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.buildkite/pipelines/artifacts.yml b/.buildkite/pipelines/artifacts.yml index e09f48b5e6fba..e0b624dfd348a 100644 --- a/.buildkite/pipelines/artifacts.yml +++ b/.buildkite/pipelines/artifacts.yml @@ -6,6 +6,7 @@ steps: imageProject: elastic-images-prod provider: gcp machineType: c2-standard-16 + diskSizeGb: 125 timeout_in_minutes: 75 retry: automatic: diff --git a/.buildkite/pipelines/pull_request/base.yml b/.buildkite/pipelines/pull_request/base.yml index be0a93a6ec4f2..37fd22c6b5dcd 100644 --- a/.buildkite/pipelines/pull_request/base.yml +++ b/.buildkite/pipelines/pull_request/base.yml @@ -17,6 +17,7 @@ steps: imageProject: elastic-images-prod provider: gcp machineType: c2-standard-16 + diskSizeGb: 125 key: build if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''" timeout_in_minutes: 60