mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Enable live upgrade tests
Following our recent v26.0 release we can re-enable our live upgrade tests to try and make it possible for us to move to making LTS releases. Currently limited to x86-64 as the live upgrade tests fail on aarch64. Fixes: #3949 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -46,7 +46,7 @@ fi
|
||||
popd
|
||||
|
||||
# Download Cloud Hypervisor binary from its last stable release
|
||||
LAST_RELEASE_VERSION="v23.0"
|
||||
LAST_RELEASE_VERSION="v26.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
|
||||
|
||||
Reference in New Issue
Block a user