]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: use dedicated tox for docker2podman job 1480/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 10 Jan 2020 14:53:40 +0000 (15:53 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 10 Jan 2020 14:53:40 +0000 (15:53 +0100)
This commit makes tox using a dedicated tox ini file for the
docker_to_podman job.

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

index 71d3209d7cf24ddc7a9c8ea5b44897a9138373a9..bbae264cc2251dec7b01b5f4aa50de929fd303bd 100644 (file)
@@ -852,6 +852,9 @@ case $SCENARIO in
   filestore_to_bluestore)
     TOX_INI_FILE=tox-filestore_to_bluestore.ini
     ;;
+  docker_to_podman)
+    TOX_INI_FILE=tox-docker2podman.ini
+    ;;
   *)
     TOX_INI_FILE=tox.ini
     ;;