From 0e75e7d079eb708c8123233ade3ae29823ea10d6 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 13 Aug 2023 02:18:41 +0200 Subject: [PATCH] scripts: Set LAST_RELEASE_VERSION to v34.0 Signed-off-by: Anatol Belski --- scripts/run_integration_tests_aarch64.sh | 2 +- scripts/run_integration_tests_live_migration.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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