Closed catalindumitru closed 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.
autogenerate_pipeline.py
The step in Buildkite needs to be updated:
./rust-vmm-ci/.buildkite/autogenerate_pipeline.py -t .buildkite/{JSON_FILE} | buildkite-agent pipeline upload
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: