]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts: add tentacle
authorPatrick Donnelly <batrick@batbytes.com>
Fri, 10 Jan 2025 16:33:41 +0000 (11:33 -0500)
committerPatrick Donnelly <batrick@batbytes.com>
Mon, 24 Mar 2025 18:20:01 +0000 (14:20 -0400)
Signed-off-by: Patrick Donnelly <batrick@batbytes.com>
scripts/build_utils.sh

index 9824aa6fd0b8fabc3ab213d94316b4c2b23c3bb3..ba6756ad4db093ea0bb4511949bef0c323ded213 100755 (executable)
@@ -13,6 +13,9 @@ function create_venv_dir() {
 function release_from_version() {
     local ver=$1
     case $ver in
+    20.*)
+        rel="tentacle"
+        ;;
     19.*)
         rel="squid"
         ;;
@@ -1180,7 +1183,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="squid"
+        local release="tentacle"
     fi
     TOX_RUN_ENV=("timeout 3h")
     if [ -n "$ceph_docker_image_tag" ]; then