fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Run CI builds in parallel #178

Open erwinvaneyk opened 6 years ago

erwinvaneyk commented 6 years ago

Currently CI builds are still run sequentially, due to early constraints in Fission and Workflows preventing parallel deployments in a single k8s cluster. These constraints are no longer there, so we should try to run the tests in parallel.