]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: use start_tox function in ansible-scenario job 1322/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 20 Jun 2019 12:50:48 +0000 (14:50 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 20 Jun 2019 12:50:48 +0000 (14:50 +0200)
otherwise it always tries to run scenario using tox.ini only.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-scenario/build/build

index 711d170569002623d2f9f2f0b39499b741812f2e..20fe106f0856743b5a2632d3b39fcf6f30b6b2ce 100644 (file)
@@ -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