From: Patrick Donnelly Date: Fri, 10 Jan 2025 16:33:41 +0000 (-0500) Subject: scripts: add tentacle X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8c135256df79889604cbd7ea7b5de5a2d0b1e059;p=ceph-build.git scripts: add tentacle Signed-off-by: Patrick Donnelly --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 9824aa6f..ba6756ad 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 + 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