Skip to content

Commit 51c739a

Browse files
committed
scripts: Bump Cloud Hypervisor version in integration test
Signed-off-by: Rob Bradford <[email protected]>
1 parent e87f462 commit 51c739a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_integration_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source $(dirname "$0")/fetch_disk_images.sh
77
WORKLOADS_DIR="$HOME/workloads"
88
mkdir -p "$WORKLOADS_DIR"
99

10-
CH_VERSION="v22.1"
10+
CH_VERSION="v23.0"
1111
CH_URL="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$CH_VERSION/cloud-hypervisor"
1212
CH_PATH="$WORKLOADS_DIR/cloud-hypervisor"
1313
if [ ! -f "$CH_PATH" ]; then

0 commit comments

Comments
 (0)