-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Add flag experimental_throttle_remote_action_building
#20558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
to allow users temporarily disable remote action building throttle. Workaround for bazelbuild#20478.
|
@bazel-io flag 6.5.0 and 7.1.0 |
|
@bazel-io flag |
|
@bazel-io fork 6.5.0 |
|
@bazel-io fork 7.1.0 |
|
@brentleyjones @EdSchouten can you review this PR please? |
to allow users temporarily disable remote action building throttle. Workaround for bazelbuild#20478. Closes bazelbuild#20558. PiperOrigin-RevId: 597445193 Change-Id: Ib2c7133adf86139b35156d94e39cbf9e17906439
to allow users temporarily disable remote action building throttle. Workaround for #20478. Closes #20558. Commit 294c904 PiperOrigin-RevId: 597445193 Change-Id: Ib2c7133adf86139b35156d94e39cbf9e17906439 Co-authored-by: Chi Wang <[email protected]>
to allow users temporarily disable remote action building throttle. Workaround for #20478. Closes #20558. Commit 294c904 PiperOrigin-RevId: 597445193 Change-Id: Ib2c7133adf86139b35156d94e39cbf9e17906439 Co-authored-by: Chi Wang <[email protected]>
|
The changes in this PR have been included in Bazel 6.5.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
|
The changes in this PR have been included in Bazel 7.1.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
to allow users temporarily disable remote action building throttle.
Workaround for #20478.