Skip to content

Commit

Permalink
scripts: Bump Cloud Hypervisor version in integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford committed Apr 14, 2022
1 parent e87f462 commit 51c739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source $(dirname "$0")/fetch_disk_images.sh
WORKLOADS_DIR="$HOME/workloads"
mkdir -p "$WORKLOADS_DIR"

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

0 comments on commit 51c739a

Please sign in to comment.