diff --git a/scripts/run_integration_tests_aarch64.sh b/scripts/run_integration_tests_aarch64.sh index 8b6ab12b1..c375bbad9 100755 --- a/scripts/run_integration_tests_aarch64.sh +++ b/scripts/run_integration_tests_aarch64.sh @@ -156,7 +156,7 @@ update_workloads() { popd # Download Cloud Hypervisor binary from its last stable release - LAST_RELEASE_VERSION="v30.0" + LAST_RELEASE_VERSION="v34.0" CH_RELEASE_URL="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$LAST_RELEASE_VERSION/cloud-hypervisor-static-aarch64" CH_RELEASE_NAME="cloud-hypervisor-static-aarch64" pushd $WORKLOADS_DIR diff --git a/scripts/run_integration_tests_live_migration.sh b/scripts/run_integration_tests_live_migration.sh index e8126a541..544eddf6d 100755 --- a/scripts/run_integration_tests_live_migration.sh +++ b/scripts/run_integration_tests_live_migration.sh @@ -46,7 +46,7 @@ fi popd # Download Cloud Hypervisor binary from its last stable release -LAST_RELEASE_VERSION="v30.0" +LAST_RELEASE_VERSION="v34.0" CH_RELEASE_URL="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$LAST_RELEASE_VERSION/cloud-hypervisor-static" CH_RELEASE_NAME="cloud-hypervisor-static" pushd $WORKLOADS_DIR