Skip to content

Buildkite: Increase build agent disk to 200 GB#3336

Merged
reakaleek merged 1 commit into
masterfrom
increase-build-agent-disk-size
May 20, 2026
Merged

Buildkite: Increase build agent disk to 200 GB#3336
reakaleek merged 1 commit into
masterfrom
increase-build-agent-disk-size

Conversation

@reakaleek
Copy link
Copy Markdown
Member

What

Bumps diskSizeGb from 150 → 200 GB on GCP build agents in both the full build and PR build pipelines.

Why

Build is failing during tar -x while extracting the kibana git archive, likely due to running out of disk space. The 50 GB increase provides headroom for the git bare clone + working copy extraction + build output that all live on disk simultaneously.

How

One-line change to diskSizeGb in each pipeline YAML.

Test plan

  • Trigger a PR build against a kibana PR and confirm the tar extraction step completes successfully.

Notes

If the failure persists after this change, disk space can be ruled out and we should investigate permissions or archive corruption.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@reakaleek reakaleek requested a review from a team as a code owner May 20, 2026 09:36
@reakaleek reakaleek requested a review from technige May 20, 2026 09:36
@github-actions
Copy link
Copy Markdown

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@reakaleek reakaleek enabled auto-merge (squash) May 20, 2026 09:37
@reakaleek reakaleek merged commit 9e0f2dc into master May 20, 2026
4 of 5 checks passed
@reakaleek reakaleek deleted the increase-build-agent-disk-size branch May 20, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants