mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
04ea43204c
commit
2056e7f643
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ steps:
|
|||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
preemptible: true
|
||||
diskSizeGb: 80
|
||||
diskSizeGb: 90
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
|
|
|
@ -41,7 +41,7 @@ steps:
|
|||
agents:
|
||||
machineType: n2-standard-2
|
||||
preemptible: true
|
||||
diskSizeGb: 80
|
||||
diskSizeGb: 90
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue