You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: do not upload results to resultstore by default (#20034)
We currently always upload build results to `source.cloud.google.com`.
Though past has proven that servers for the Build Event Service are
rather unstable compared to the remote execution workers we acquire
for CI builds. To avoid that these servers and the non-build relevant
result uploading degrades CI stability, we do not run them by default,
unless one explicitly opts-in through a Bazel build configuration.
The uploaded build results were useful to inspect output of individual
targets that ran on CI, but the need for this is limited, and if someone
cannot see given output for an action, he could easily connect to the CI
container and run the command manually. Usually the output for failed
actions is printed to the CI output anyway.
(cherry picked from commit 10e4895)
0 commit comments