This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Build products in parallel in pipelines
Currently, within the deployment and daily pipeline, products are build sequentially instead of in parallel which is slow. This patch adds building all products in parallel within the pipelines. In the deployment pipeline, all products are built with default log level and in the daily pipeline all products are built with all log levels (all in parallel). Signed-off-by: Haaris Farooq <[email protected]>
- Loading branch information
1 parent
a6a4be9
commit 68c1a0f
Showing
3 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters