Repository metrics
- Stars
- (25,384 stars)
- PR merge metrics
- (Avg merge 22d 20h) (77 merged PRs in 30d)
Description
Description of the feature request:
When Bazel is running remote actions, it is unclear what the remote path is doing. The UI already reports "scheduling" and "downloading outputs" separately, but there are other cases that would be great to surface in the UI:
-
Uploading inputs. This information is available in the JSON profile so I suppose it would be pretty easy to surface in the UI.
-
Staging inputs on the remote worker / saving outputs to the remote cache. I have no idea if this is visible from Bazel's perspective. I doubt it, but mentioning it anyway. If the information is available, it'd be awesome to also surface this to assist in debugging slow remote execution issues.
What underlying problem are you trying to solve with this feature?
Better understand the behavior of Bazel when the remote build farm or the remote cache are slow.
Which operating system are you running Bazel on?
N/A
What is the output of bazel info release?
bazel-6.1.1
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response