rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Autogenerate pipeline from json config file #76

Closed catalindumitru closed 3 years ago

catalindumitru commented 3 years ago

Instead of having a static pipeline.yml, autogenerate it from a JSON configuration file. The json approach is taken because we also want to be able to run tests locally, and thus the json can be parsed once for generating the pipeline, and once for generating a local test run.