mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-10 13:50:21 +00:00
694da82691
When the CI runs in a brand new VM, there's no problem with the validity of the images as they just got downloaded from the Azure bucket. In case of a user who runs the CI locally, while doing some debug, he might provision the images with cloudinit at some point, and later try to run the CI based on these same images. What happens is that the CI might randomly fail because the provisioning will not happen again as it already happened. This patch ensures the CI to fail early and show an error message to notify the user about the validity of the images, based on their sha1sum. Fixes #112 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
create-cloud-init.sh | ||
run_cargo_tests.sh | ||
run_integration_tests.sh | ||
run_openapi_tests.sh | ||
run_unit_tests.sh |