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 <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2022-04-04 11:07:10 -07:00 committed by Rob Bradford
parent 0ad3d5196f
commit 044b57c927
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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