]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils: Update for Umbrella
authorJamie Pryde <jamiepry@uk.ibm.com>
Mon, 8 Dec 2025 16:19:00 +0000 (16:19 +0000)
committerJamie Pryde <jamiepry@uk.ibm.com>
Tue, 24 Feb 2026 11:25:35 +0000 (11:25 +0000)
Signed-off-by: Jamie Pryde <jamiepry@uk.ibm.com>
scripts/build_utils.sh

index 12e0754d25ecb91f62a992fdbc9c0f30f7fdea59..f1a6e8a140b64bc01a6f1565df2f1855313ab3f6 100755 (executable)
@@ -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