From: Andrew Schoen Date: Thu, 23 Jun 2016 20:10:13 +0000 (-0500) Subject: chacra-pull-requests: give the chacra checkout a basedir X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a2b599eff868f94e49b0bb7f65e7b56870974b25;p=ceph-build.git chacra-pull-requests: give the chacra checkout a basedir Signed-off-by: Andrew Schoen --- diff --git a/chacra-pull-requests/build/build b/chacra-pull-requests/build/build index 37fe4f1f..d313c3eb 100644 --- a/chacra-pull-requests/build/build +++ b/chacra-pull-requests/build/build @@ -9,4 +9,5 @@ install_python_packages "pkgs[@]" cd "$WORKSPACE/ceph-build/chacra-pull-requests/setup/playbooks" $VENV/ansible-playbook -i "localhost," -c local setup.yml +cd "$WORKSPACE/chacra" $VENV/tox -rv diff --git a/chacra-pull-requests/config/definitions/chacra-pull-requests.yml b/chacra-pull-requests/config/definitions/chacra-pull-requests.yml index 1347295d..ec13d186 100644 --- a/chacra-pull-requests/config/definitions/chacra-pull-requests.yml +++ b/chacra-pull-requests/config/definitions/chacra-pull-requests.yml @@ -8,6 +8,7 @@ refspec: +refs/pull/*:refs/remotes/origin/pr/* browser: auto timeout: 20 + basedir: "chacra" skip-tag: true wipe-workspace: true