From: Guillaume Abrioux Date: Thu, 21 Oct 2021 16:41:20 +0000 (+0200) Subject: ceph-ansible-prs: use right tox config file X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1924%2Fhead;p=ceph-build.git ceph-ansible-prs: use right tox config file use tox-subset_update.ini for the subset_update job. Signed-off-by: Guillaume Abrioux --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index ec41f97c..09fcdb8a 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1190,6 +1190,9 @@ start_tox() { shrink_osd_multiple) TOX_INI_FILE=tox-shrink_osd.ini ;; + subset_update) + TOX_INI_FILE=tox-subset_update.ini + ;; *) TOX_INI_FILE=tox.ini ;;