[CI] increase disk size for checks.sh (#218286)

## Summary
We've seen some errors in PRs and On-merge jobs where the `checks.sh`
fails with a no space left error.

This attempts to increase the requested disk size.

Errors: 
 - https://buildkite.com/elastic/kibana-on-merge/builds/66627#_
 - https://buildkite.com/elastic/kibana-pull-request/builds/293246
This commit is contained in:
Alex Szabo 2025-04-16 02:04:38 +02:00 committed by GitHub
parent 04ea43204c
commit 2056e7f643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ steps:
provider: gcp
machineType: n2-standard-2
preemptible: true
diskSizeGb: 80
diskSizeGb: 90
timeout_in_minutes: 60
retry:
automatic:

View file

@ -41,7 +41,7 @@ steps:
agents:
machineType: n2-standard-2
preemptible: true
diskSizeGb: 80
diskSizeGb: 90
timeout_in_minutes: 60
retry:
automatic: