Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration/remote_execution_test: increase compute unit
We have a few tests that follow this pattern: ``` for i := 0; i < 10; i++ { ... cmds = append(cmds, cmd) } ... for _, cmd := range cmds { cmd := cmd eg.Go(func() error { ... } } eg.Wait() ``` so let's make sure that we have at least 5 CPU to run these commands in parallel. Disabled verbose logging as we start to get warnings like this from Bazel ``` stdout (/.../bazel-out/_tmp/actions/stdout-8) 9609824 exceeds maximum size of --experimental_ui_max_stdouterr_bytes=1048576 bytes; skipping ```
- Loading branch information