From: Jamie Pryde Date: Mon, 8 Dec 2025 16:19:00 +0000 (+0000) Subject: scripts/build_utils: Update for Umbrella X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e12ebd9c27d07f8d1b2ba450b7109588b5fe346;p=ceph-build.git scripts/build_utils: Update for Umbrella Signed-off-by: Jamie Pryde --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 12e0754d..f1a6e8a1 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -13,6 +13,9 @@ function create_venv_dir() { function release_from_version() { local ver=$1 case $ver in + 21.*) + rel="umbrella" + ;; 20.*) rel="tentacle" ;; @@ -1194,7 +1197,7 @@ start_tox() { # dev runs will need to be set to the release # that matches what the current ceph main # branch is at - local release="tentacle" + local release="umbrella" fi TOX_RUN_ENV=("timeout 3h") if [ -n "$ceph_docker_image_tag" ]; then