From: Andrew Schoen Date: Wed, 22 Aug 2018 19:38:47 +0000 (-0400) Subject: ceph-volume-ansible-prs: deploy the target branch, not the source branch X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=81f13e40b56bf2f12c535f71071efb95c13eb414;p=ceph-build.git ceph-volume-ansible-prs: deploy the target branch, not the source branch We're going to start deploying the target branch, the branch we're merging PRs into, instead of the source branch. This way we don't have to wait on packages as we can assume there is somethign already available for the target branch. The ceph-volume code we're testing will be rsynced to the testing nodes from the source branch. Signed-off-by: Andrew Schoen --- diff --git a/ceph-volume-ansible-prs/build/build b/ceph-volume-ansible-prs/build/build index e306937d..282fe863 100644 --- a/ceph-volume-ansible-prs/build/build +++ b/ceph-volume-ansible-prs/build/build @@ -24,6 +24,6 @@ update_vagrant_boxes cd src/ceph-volume/ceph_volume/tests/functional/$SUBCOMMAND -CEPH_DEV_BRANCH=$BRANCH CEPH_DEV_SHA1=$SHA $VENV/tox --workdir=$WORKDIR -vre $DISTRO-$OBJECTSTORE-$SCENARIO -- --provider=libvirt +CEPH_DEV_BRANCH=$ghprbTargetBranch $VENV/tox --workdir=$WORKDIR -vre $DISTRO-$OBJECTSTORE-$SCENARIO -- --provider=libvirt GITHUB_STATUS_STATE="success" $VENV/github-status create