From 6103dec5b832955bab6519df2f302b0d004c2fce Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 20 Jun 2019 14:50:48 +0200 Subject: [PATCH] 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 --- ceph-ansible-scenario/build/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ceph-ansible-scenario/build/build b/ceph-ansible-scenario/build/build index 711d1705..20fe106f 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 -- 2.39.5