Skip to content

Commit

Permalink
increase agent disk for pr builds (#2946)
Browse files Browse the repository at this point in the history
Increase agent disk for PR builds from 100GB to 150GB, we were starting
to run out of space.

Add `allow_failure` to `depends_on` stanza so the teardown step runs and
updates the PR's status even if the previous step fails.
  • Loading branch information
jonahbull authored Feb 23, 2024
1 parent 432eee3 commit 0211dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/build_pr_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ steps:
agents:
provider: "gcp"
image: family/docs-ubuntu-2204
diskSizeGb: 150
machineType: ${BUILD_MACHINE_TYPE}
- key: "teardown"
label: "teardown"
Expand All @@ -27,3 +28,4 @@ steps:
fi
depends_on:
- step: "build-pr"
allow_failure: true

0 comments on commit 0211dca

Please sign in to comment.