65bf8200d2
Kicking off goroutines willy-nilly wasn't a good idea, but some of the other work was nice and can be kept even with the safer pool-of-goroutines strategy. - use exec.Silent to skip some burned formatting work if we're just going to send it all to /dev/null - rearrange to not need both a todo list and a queue of work makes sense... just get the workers going and have kickoff() feed the queue directly - straighten out worker logic flow to make it understandable Cq-Include-Trybots: luci.skia.skia.primary:FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All,FM-Win2019-Clang-GCE-CPU-AVX2-x86_64-Debug-All Change-Id: I4b27db4b9d41cf05a1c9dee9409ebd664f566567 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/364011 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com> |
||
---|---|---|
.. | ||
bots | ||
canvaskit | ||
cmake | ||
config | ||
cross-compile/docker/cross-linux-arm64 | ||
docker | ||
gcc | ||
lottiecap | ||
pathkit | ||
project-config | ||
skqp | ||
wasm-common | ||
README.md |
This directory contains infra-specific files. The branch-config/ directory contains configs that are specific to the master branch (e.g. config for the CQ committing to the master branch), while project-config/ directory contains project-wide configuration (e.g. list of buckets for cr-buildbucket service and list of refs known to the infra services).