Skip to content

Commit 47e1ffd

Browse files
authored
Merge pull request #9411 from rabbitmq/rin/actual-oci-out-of-space-fix
Request more disk space for docker image jobs on RBE
2 parents ff82c2e + d58e430 commit 47e1ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/docker-image/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ CONVENIENCE_PACKAGES = [
4848
FIRECRACKER_EXEC_PROPS = {
4949
# https://www.buildbuddy.io/docs/rbe-microvms
5050
"workload-isolation-type": "firecracker",
51+
"EstimatedFreeDiskBytes": "16GB",
5152
"init-dockerd": "true",
5253
"recycle-runner": "true",
5354
# Use the default buildbuddy RBE image

0 commit comments

Comments
 (0)