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:
parent
476e30f5cb
commit
31dfe3d02a
2 changed files with 14 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue