Skip to content

Use T drive for windows bazel RBE build#26895

Merged
veblush merged 1 commit intogrpc:masterfrom
veblush:win-bazel-rbe
Aug 5, 2021
Merged

Use T drive for windows bazel RBE build#26895
veblush merged 1 commit intogrpc:masterfrom
veblush:win-bazel-rbe

Conversation

@veblush
Copy link
Copy Markdown
Contributor

@veblush veblush commented Aug 5, 2021

Currently Kokoro Win2016 image has two discs; the main one (220GB, ~15% free) and the additional one (100GB, ~99% free). Recently Bazel RBE started failing with Not enough space because Bazel uses the main drive which doesn't have much free space for output. From the previous trial, ~30GB is needed for the bazel output when running all tests under //tests/.. So let's change the Bazel output directory to use the additional one (mounted to T:) which has more free space.

Space usage (for the reference)
kbuilder@kokoro-winserver2016 /tmpfs/_bazel_output/execroot/com_github_grpc_grpc/bazel-out/x64_windows-fastbuild
$ du --max-depth 2 -h | sort -h
301K	./bin/third_party
73M	./testlogs
73M	./testlogs/test
343M	./bin/src
734M	./bin/_objs
1.3G	./bin/external
24G	./bin/test
27G	.
27G	./bin

@veblush veblush added platform/Windows area/build release notes: no Indicates if PR should not be in release notes labels Aug 5, 2021
@veblush veblush requested review from nicolasnoble and yashykt August 5, 2021 21:44
@veblush veblush enabled auto-merge (squash) August 5, 2021 22:58
@veblush veblush merged commit f6bcb40 into grpc:master Aug 5, 2021
Vignesh2208 pushed a commit to Vignesh2208/grpc that referenced this pull request Aug 20, 2021
lidizheng pushed a commit to lidizheng/grpc that referenced this pull request Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/build platform/Windows release notes: no Indicates if PR should not be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants