Brentley Jones

Results 299 comments of Brentley Jones

> Do you think using regex to match the path of outputs is a good enough allowlist mechanism? If we can reliably describe the paths of tests logs and the...

Yeah, I think that is nice. Ideally, when it leaves experimental state, the default flips to `minimal`. I don't think `all` is expected, given my experience with lots of BES...

We should try to get this into Bazel 6.0. @sgowroji

Can we add this to the 6.0 milestone?

Seems this was already addressed a different way upstream? https://github.com/bazelbuild/bazel/commit/ce611646969cfe72ae5e22083708684eae11e478

> you could just add bazel-* to .bazelignore It doesn't support wildcards though, right? https://github.com/bazelbuild/bazel/issues/7093

There are only 4 to add if you know the workspace name. One is based on the name of the directory the workspace is placed in, which can be different...

Feels a little odd to not have it on all the ones that have a test host.

I think the overhead is next to nothing, so it being weird probably outweighs it.