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
bazel puts all the output files into a zip file. However these files might be a web of interlinked HTML files would normally allow for browsing the test results easily. It would be useful if buildbarn browser could browse into zip files instead of having to download, extract and then open the files in the browser.
The text was updated successfully, but these errors were encountered:
I would actually prefer it if this was tackled the other way around: Bazel should not zip undeclared outputs of tests. Doing so tends to increase CAS usage significantly, as a mixture of deterministic and non-determinstic files constantly ends up generating ZIP files that were never seen before.
bazel puts all the output files into a zip file. However these files might be a web of interlinked HTML files would normally allow for browsing the test results easily. It would be useful if buildbarn browser could browse into zip files instead of having to download, extract and then open the files in the browser.
The text was updated successfully, but these errors were encountered: