Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change container builder steps to run concurrently #186

Closed
markmandel opened this issue Apr 25, 2018 · 1 comment
Closed

Change container builder steps to run concurrently #186

markmandel opened this issue Apr 25, 2018 · 1 comment
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

Comments

@markmandel
Copy link
Member

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

@markmandel markmandel added help wanted We would love help on these issues. Please come help us! good first issue These are great first issues. If you are looking for a place to start, start here! area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. labels Apr 25, 2018
@markmandel markmandel added this to the 0.4.0 milestone Aug 14, 2018
@markmandel
Copy link
Member Author

This seems to be at a happy place. Closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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!
Projects
None yet
Development

No branches or pull requests

1 participant