From: Guillaume Abrioux Date: Fri, 10 Jan 2020 14:53:40 +0000 (+0100) Subject: ceph-ansible: use dedicated tox for docker2podman job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eede425a4a184c12afd9f8f9f9e9a92bc5b0138a;p=ceph-build.git ceph-ansible: use dedicated tox for docker2podman job This commit makes tox using a dedicated tox ini file for the docker_to_podman job. Signed-off-by: Guillaume Abrioux --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 71d3209d7..bbae264cc 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -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 ;;