rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

make the test description configurable #80

Closed andreeaflorescu closed 3 years ago

andreeaflorescu commented 3 years ago

Make it possible for autogenerating pipelines that are not committed to this repository, but that are passed as a parameter. The need for this behavior comes from a problem we've been facing with repositories that also have custom pipelines. It happens that the container version (which impacts the rust version), and the docker plugin version are lagging behind, and are making tests ocasionally fail. To make sure that both custom pipelines and the rust-vmm-ci pipeline are using the same Rust & other environment versions, we're using the same script for generating those tests as well.

This cannot be applied to Windows pipelines as they're not using the rust-vmm-container at the moment.