From 19d10b91f023ae1f65c5db35e3cf1a03d36e2968 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 6 Dec 2017 16:06:22 -0500 Subject: [PATCH] ceph-volume-ansible-prs set the status with github-status when starting Signed-off-by: Alfredo Deza --- ceph-volume-ansible-prs/build/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5