Skip to content

Commit ec77b0a

Browse files
delanniniros1
authored andcommitted
Increase disk for ES snapshot build (#236116)
## Summary Docker image build and push for ES snapshot build fails silently because of disk size issues: https://buildkite.com/elastic/kibana-elasticsearch-snapshot-build/builds/6932 This in turn causes failed Cloud deployments, because of missing images: https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/435#01997647-fc3d-451b-9cc2-4602bef8ab5c cc: @jbudz - this section is running with no error propagation - is this still relevant? Can we make the error ignore more specific for the mentioned cases? https://github.com/elastic/kibana/blob/5245f408a88467a3486488357685b183d02565d8/.buildkite/scripts/steps/es_snapshots/build.sh#L92-L108
1 parent 09de657 commit ec77b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipelines/es_snapshots/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ steps:
99
localSsds: 1
1010
localSsdInterface: nvme
1111
machineType: c2-standard-8
12+
diskSizeGb: 100

0 commit comments

Comments
 (0)