From: Alfredo Deza Date: Fri, 6 Jan 2017 14:21:26 +0000 (-0500) Subject: ceph-dev-new-trigger: create a script to notify shaman of triggered builds X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3f3883f42ed5e12118db8f00c45448ff085aa45a;p=ceph-build.git ceph-dev-new-trigger: create a script to notify shaman of triggered builds Signed-off-by: Alfredo Deza --- diff --git a/ceph-dev-new-trigger/build/notify b/ceph-dev-new-trigger/build/notify new file mode 100644 index 00000000..39411b7a --- /dev/null +++ b/ceph-dev-new-trigger/build/notify @@ -0,0 +1,10 @@ +#!/bin/bash -ex + +# update shaman with the triggered build status. At this point there aren't any +# architectures or distro information, so we just report this with the current +# build information +BRANCH=`branch_slash_filter ${GIT_BRANCH}` +SHA1=${GIT_COMMIT} + +create_build_status "queued" "ceph" +