rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
147 stars 61 forks source link

Deprecate custom pipeline #154

Closed catalindumitru closed 3 years ago

catalindumitru commented 3 years ago

The script autogenerate_pipeline.py now allows autogenerating custom pipelines from a JSON file. This helps with keeping the container version the same across pipelines.

The step in Buildkite needs to be updated:

./rust-vmm-ci/.buildkite/autogenerate_pipeline.py -t .buildkite/{JSON_FILE} | buildkite-agent pipeline upload