clusterfuzz
clusterfuzz copied to clipboard
Speed up batch
Batch has been slowed down by using the docker API instead of script API. The docker API does a runtime install to help with auth within docker. This takes a few minutes. The script API is more powerful and anything done with the docker API can be done with the script API. But there's no install helper here.