From 8c135256df79889604cbd7ea7b5de5a2d0b1e059 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 10 Jan 2025 11:33:41 -0500 Subject: [PATCH] scripts: add tentacle Signed-off-by: Patrick Donnelly --- scripts/build_utils.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5