Trevor Hickey
Trevor Hickey
bazel supports the following remote header flags: `--remote_header=` `--remote_exec_header=` `--remote_downloader_header=` `--remote_cache_header=` We adjust our grpc intercept to extract these headers and make them available for use. We use any headers...
### Problem: We have a re-occurring issue where some of the workers temporarily lost their connection to redis. This caused the worker's "match stage" to throw an exception and exit...
Since I upgraded from 1.6.0 to 1.13.0 I sometimes see this error popping up which I didn't see in 1.6.0 any idea if I am still missing a configuration option?...
- [x] add support for [bazel-toolchains](https://github.com/bazelbuild/bazel-toolchains) - [x] ensure individual actions can run under custom containers - [ ] gate functionality in CI - [ ] extend wiki to show...
It will be useful to have an API for flushing parts or all of the Action Cache. - redis - in-memory portion We will also need an API for flushing...
The Javadoc of DockerExecutor.createContainer has a note: > * @details We can use a separate container per action or keep containers alive and re-use them. Reading through the code I’m...
## Summary We extend buildfarm's executor to verify action correctness. Below is a detailed explanation of what the problem is and how it has been solved in the past. Then...
Our documentation is no longer being published on main branch: `fatal: could not read Password for 'https://***@github.com': No such device or address` https://github.com/bazelbuild/bazel-buildfarm/runs/4872849168?check_suite_focus=true#step:5:305 The authentication token has expired. We will...
If you want to enable block-network or tmpfs on an action, you need to also enable the sandbox. This is not obvious. If you only enable tmpfs without enabling the...