Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Run pipeline stage blueprints in parallel with vcli #110

Open
VJftw opened this issue Aug 2, 2019 · 0 comments
Open

Run pipeline stage blueprints in parallel with vcli #110

VJftw opened this issue Aug 2, 2019 · 0 comments
Assignees
Labels
cli things that affect the vcli enhancement performance

Comments

@VJftw
Copy link
Member

VJftw commented Aug 2, 2019

A nice small enhancement to the vcli would be to run pipeline stage blueprints in parallel instead of sequentially. i.e. given a plan of

~~~~~~~~~~~~~~~~~~~~~
~ Pipeline: default ~
~~~~~~~~~~~~~~~~~~~~~
 Stage 1
   -> backend/test: Tests the Backend source
 Stage 2
   -> backend/builder/publish: Builds and publishes Builder           
   -> backend/cli/publish: Builds and publishes CLI

Both backend/builder/publish and backend/cli/publish should be ran in parallel instead of sequentially. We should add a flag to limit the number of parallel blueprints (default: number of CPU cores)

@VJftw VJftw added enhancement performance cli things that affect the vcli labels Aug 2, 2019
@VJftw VJftw self-assigned this Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cli things that affect the vcli enhancement performance
Projects
None yet
Development

No branches or pull requests

1 participant