From: Guillaume Abrioux Date: Thu, 20 Jun 2019 12:50:48 +0000 (+0200) Subject: ceph-ansible: use start_tox function in ansible-scenario job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1322%2Fhead;p=ceph-build.git ceph-ansible: use start_tox function in ansible-scenario job otherwise it always tries to run scenario using tox.ini only. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-ansible-scenario/build/build b/ceph-ansible-scenario/build/build index 711d17056..20fe106f0 100644 --- a/ceph-ansible-scenario/build/build +++ b/ceph-ansible-scenario/build/build @@ -17,6 +17,4 @@ update_vagrant_boxes # In the same logic, clean fact cache rm -rf $HOME/ansible/facts/* -# the $SCENARIO var is injected by the job configuration. It maps -# to an actual, defined, tox environment -$VENV/tox -rv -e=$SCENARIO --workdir=$WORKDIR -- --provider=libvirt +start_tox \ No newline at end of file