Skip to content

Tags: kekxv/bazel-buildfarm

Tags

1.9.3

Toggle 1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify backplaneStatus as an attempt to correct broken backplane me…

…trics (buildfarm#855)

1.9.2

Toggle 1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[static analysis burndown] use String.indexOf(char) for performance

1.9.1

Toggle 1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[metrics] avoid publishing target ids

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add prometheus metrics for read/write and start/stop (buildfarm#814)

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Guard against exceptions in newOutput (buildfarm#780)

Ensure that the 'open' state is transitioned to cleanly. This prevents a
hang when waiting for a Write that failed to open, but set its
closedFuture member.

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure uncancelled getActionResult receives error (buildfarm#732)

Fixes buildfarm#731
CANCEL status exceptions can be observed from outside of the server
call. Ensure that they are propagated if the server call is not
cancelled. A race with cancellation should be mitigated by ignoring any
thrown exceptions from onError.

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
label CI steps as unit test (buildfarm#689)

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix issues in graceful shutdown and add separate client to test grpc …

…calls (buildfarm#647)

* create local grpc client to test grpc calls used in worker graceful shutdown

* stop matching/picking up more operations after received prepare for graceful shutdown request

* add testing

* fixing comment

* reformat

* fixing comment

1.4.1

Toggle 1.4.1's commit message
fix building error caused by ShardBackplane moving (buildfarm#620)

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make worker profile be able to profile all workers in a loop and moni…

…tor their status (buildfarm#592)

* get worker list from an active worker

* get worker list from redis directly

* reformat

* remove unnecessary printings

* move WorkerProfile to its own class

* add build rules for bf-workerprofile

* remove unused deps

* remove context and reformat

* make fault branch also wait for same period before next round of grpc call

* address comments