]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: use right tox config file 1924/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Oct 2021 16:41:20 +0000 (18:41 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Oct 2021 16:41:20 +0000 (18:41 +0200)
use tox-subset_update.ini for the subset_update job.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
scripts/build_utils.sh

index ec41f97cd82f1045dfb68502e28616792f493f45..09fcdb8a964f0e3b527e553c57a8f0439632b62b 100644 (file)
@@ -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
             ;;