]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: update start_tox() 2034/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 12 Jul 2022 19:46:42 +0000 (21:46 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 12 Jul 2022 19:47:49 +0000 (21:47 +0200)
This makes tox pick the right tox config file when scenario is
'rbdmirror'

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

index 71803e13aad73bb8fe71058ce059be91a0e4b4eb..e9c07d509c8f6d81951385f3ea1ca3da423b1d08 100755 (executable)
@@ -1155,6 +1155,9 @@ start_tox() {
     ENV_NAME="$(build_job_name "$DISTRIBUTION" "$DEPLOYMENT" "$SCENARIO")"
 
     case $SCENARIO in
+        rbdmirror)
+            TOX_INI_FILE=tox-rbdmirror.ini
+            ;;
         update)
             TOX_INI_FILE=tox-update.ini
             ;;