Change container builder steps to run concurrently #186
Labels
area/build-tools
Development tooling. I.e. pretty much everything in the `build` directory.
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
Milestone
Container Builder does let you do concurrent executions - this could potentially speed up each build considerably. I.e. we don't have to wait for testing to finish before starting to build the binaries and images.
We may want to split up some of the
make
tasks (e.g.make test
) to run each separate part concurrently, but could be worth the benefit.https://cloud.google.com/container-builder/docs/configuring-builds/configure-build-step-order
The text was updated successfully, but these errors were encountered: