From: Alfredo Deza Date: Wed, 6 Dec 2017 21:06:22 +0000 (-0500) Subject: ceph-volume-ansible-prs set the status with github-status when starting X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=19d10b91f023ae1f65c5db35e3cf1a03d36e2968;p=ceph-build.git ceph-volume-ansible-prs set the status with github-status when starting Signed-off-by: Alfredo Deza --- diff --git a/ceph-volume-ansible-prs/build/build b/ceph-volume-ansible-prs/build/build index a11f7b67..68d1f147 100644 --- a/ceph-volume-ansible-prs/build/build +++ b/ceph-volume-ansible-prs/build/build @@ -41,9 +41,13 @@ fi # ready to be consumed # the following two methods exist in scripts/build_utils.sh -pkgs=( "tox" ) +pkgs=( "tox" "github-status" ) install_python_packages "pkgs[@]" +GITHUB_STATUS_STATE="pending" $VENV/github-status create + 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 + +GITHUB_STATUS_STATE="success" $VENV/github-status create