Tan Wang
Tan Wang
I'd like to have different logical remote execution services, to separate local vs. CI. It seems like this should be achievable through `--remote_instance_name=local` and `--remote_instance_name=ci` However, if I do: *...
``` bazelisk run //src/main/java/build/buildfarm:buildfarm-server -- --jvm_flag=-Djava.util.logging.config.file=$PWD/examples/server-logging.properties $PWD/examples/config.minimal.yml ``` ``` bazel run //src/main/java/build/buildfarm:buildfarm-shard-worker -- --jvm_flag=-Djava.util.logging.config.file=$PWD/examples/worker-logging.properties $PWD/examples/config.minimal.yml ``` then building something remotely, this is what comes out of the worker console logs:...
Question: **Is there any workaround to keep the `bazel-java-sdk` code compatible with remote execution?** I recently moved to a remote execution setup. I noticed now that the build event JSON...
**Describe the bug** Cannot install goose without X11 **To Reproduce** Steps to reproduce the behavior: 1. ssh into some remote machine 2. run `goose configure` **Expected behavior** Goose offers configuration...
It seems currently `av tree` shows me my stack of PRs in order. I'd like to be able to see which parts of the stack have been approved and which...
**Describe the bug** The publisher tool fails with `token is not associated with this application (status: 404)`. **To Reproduce** Steps to reproduce the behavior: 1. run `main.go` 2. click on...