mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-23 06:05:21 +00:00
f9dd0aaf8a
In integration test, we fetch latest EDK2 code on its master branch and build. While the update on EDK2 master is frequent. And the building is time consuming. It takes a lot of time in CI and local test. Floating on top of a busy master branch also bring potential risk in tracking and debugging. Now that Cloud Hypervisor support in EDK2 has been steady, we can pin the EDK2 software versions to avoid unnecessary updating and building. We can update the versions manually every after several months. The commit also optimizes the build process by applying multi-threaded compiling. Signed-off-by: Michael Zhao <michael.zhao@arm.com> |
||
---|---|---|
.. | ||
create-cloud-init.sh | ||
dev_cli.sh | ||
run_cargo_tests.sh | ||
run_integration_tests_aarch64.sh | ||
run_integration_tests_live_migration.sh | ||
run_integration_tests_sgx.sh | ||
run_integration_tests_vfio.sh | ||
run_integration_tests_windows.sh | ||
run_integration_tests_x86_64.sh | ||
run_openapi_tests.sh | ||
run_unit_tests.sh | ||
sha1sums-aarch64 | ||
sha1sums-x86_64 | ||
test-util.sh |