]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-ansible-prs set the status with github-status when starting
authorAlfredo Deza <adeza@redhat.com>
Wed, 6 Dec 2017 21:06:22 +0000 (16:06 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 6 Dec 2017 22:13:03 +0000 (17:13 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-volume-ansible-prs/build/build

index a11f7b67fe4c11e455b4096881a933466ac6a2e6..68d1f1475f53a417aea9838cf4a88c2934e031ec 100644 (file)
@@ -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