Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Make build/deploy scripts parallelized #529

Closed
ace-n opened this issue Jun 9, 2022 · 1 comment
Closed

Make build/deploy scripts parallelized #529

ace-n opened this issue Jun 9, 2022 · 1 comment
Labels
good first issue This issue is a good place to started contributing to this repository. help wanted We'd love to have community involvement on this issue. ignore-for-release priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@ace-n
Copy link
Contributor

ace-n commented Jun 9, 2022

Currently, our shell files (namely setup.sh and installation-testing/terraform/cleanup.sh) are not parallelized.

We could speed these up quite a bit by parallelizing them.


This is not easy to do in bash, so we should investigate a dedicated build system (e.g. make, task, etc.).

@ace-n ace-n added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. good first issue This issue is a good place to started contributing to this repository. help wanted We'd love to have community involvement on this issue. ignore-for-release labels Jun 9, 2022
@rogerthatdev
Copy link
Contributor

This was achieved via the --async flag for cloud build commands. see #693

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue This issue is a good place to started contributing to this repository. help wanted We'd love to have community involvement on this issue. ignore-for-release priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants