Trevor Hickey
Trevor Hickey
looks like it will needed to be added here: https://github.com/bazelbuild/bazel-buildfarm/blob/7a7014dfdcc7257215e3906f4ffb35ea47e59bbd/src/main/java/build/buildfarm/common/UrlPath.java#L47
> The "exclusive" tag on a test currently disables remote execution for its actions (consistently, insofar as I've seen), and only through exec properties does it get limited to the...
> Does this address the previously slow implementation of OperationsStatus? If so, I'm all for it, while still providing the same information... yes, it fixes all the size calculations from...
> So your intent is to call the ensure check after doing special things within the ShardInstance. > > I'd prefer if we decorated the actionCache object, and left this...
emsdk has an upstream emscripten toolchain for bazel. This repo now has an example that works correctly to run imgui. Good start, just need to make sure all the other...
In my case, I got the performance back by calling set_progress only when I needed to: ``` int current_pct = static_cast(current_progress) / static_cast(total) * 100; if (current_pct > previous_pct){ progress_bar.set_progress(current_pct);...
I found the original proposal: [Buildfarm - Infinite CAS.pdf](https://github.com/bazelbuild/bazel-buildfarm/files/12778833/Buildfarm.-.Infinite.CAS.pdf) We'll have to upload it to the new doc site. We migrated from github wiki to docsite causing the link to...
thanks for adding to `execution_wrappers`. We should land this.
@jerrymarino I'm not sure why, but github won't let me land this with merge button. It just says "This branch is out-of-date with the base branch". Maybe we should squash...
The admin tool mentioned above is now in the repo: https://github.com/bazelbuild/bazel-buildfarm/tree/main/admin