From 044b57c9274cce1f85828fe6682e0889c65d2eac Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Mon, 4 Apr 2022 11:07:10 -0700 Subject: [PATCH] scripts: Bump container version and SPDK version for aarch64 In this way, CI jobs on both `x86_64` and `aarch64` will start to use the latest version of SPDK. Signed-off-by: Bo Chen --- scripts/dev_cli.sh | 2 +- scripts/run_integration_tests_aarch64.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dev_cli.sh b/scripts/dev_cli.sh index 0a5cb87c0..4e0882e65 100755 --- a/scripts/dev_cli.sh +++ b/scripts/dev_cli.sh @@ -7,7 +7,7 @@ CLI_NAME="Cloud Hypervisor" CTR_IMAGE_TAG="cloudhypervisor/dev" -CTR_IMAGE_VERSION="20220303-0" +CTR_IMAGE_VERSION="20220405-0" CTR_IMAGE="${CTR_IMAGE_TAG}:${CTR_IMAGE_VERSION}" DOCKER_RUNTIME="docker" diff --git a/scripts/run_integration_tests_aarch64.sh b/scripts/run_integration_tests_aarch64.sh index 56ded4429..9d05f6e20 100755 --- a/scripts/run_integration_tests_aarch64.sh +++ b/scripts/run_integration_tests_aarch64.sh @@ -56,7 +56,7 @@ build_spdk_nvme() { SPDK_DIR="$WORKLOADS_DIR/spdk" SPDK_REPO="https://github.com/spdk/spdk.git" SPDK_DEPLOY_DIR="/usr/local/bin/spdk-nvme" - checkout_repo "$SPDK_DIR" "$SPDK_REPO" master "59f3cdacb13bd2a19c4a86be04792b0ee4491172" + checkout_repo "$SPDK_DIR" "$SPDK_REPO" master "6301f8915de32baed10dba1eebed556a6749211a" if [ ! -f "$SPDK_DIR/.built" ]; then pushd $SPDK_DIR