From: Alfredo Deza Date: Fri, 20 Nov 2015 17:46:21 +0000 (-0500) Subject: don't call the script anymore, just run tox directly X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ca897aecd53cb40d5ac36ae3b5553929988f447;p=ceph-build.git don't call the script anymore, just run tox directly Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml b/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml index 5cf93241..a5027e8a 100644 --- a/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml +++ b/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml @@ -77,4 +77,4 @@ builders: - shell: !include-raw ../../build/setup - - shell: "cd $WORKSPACE/ceph-deploy && sh scripts/jenkins-pull-requests-build" + - shell: "cd $WORKSPACE/ceph-deploy && $WORKSPACE/venv/bin/tox -rv"