[7.17][ci] Set disk size for artifact builds (#197663) (#201894)

#197663
This commit is contained in:
Jon 2024-11-27 16:59:38 -06:00 committed by GitHub
parent 94674b0fd3
commit 2d19a8d935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ steps:
imageProject: elastic-images-prod
provider: gcp
machineType: c2-standard-16
diskSizeGb: 125
timeout_in_minutes: 75
retry:
automatic:

View file

@ -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