[CI] Improve the CI efficiency by parallelizing the build tasks #128
Labels
area/cicd
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
🚀 Feature Description and Motivation
In the initial version, we do not care the efficiency that much and build the images one by one. After running for a while, we notice the job duration is a little bit long, it's better to parallelize these tasks and the job can finish as fast as possible.
Use Case
No response
Proposed Solution
Introduce parallel tasks and make three build jobs running at the same time. Similarly, we need to update the post-submit job.
The text was updated successfully, but these errors were encountered: