From: Alfredo Deza Date: Wed, 4 Jan 2017 20:08:24 +0000 (-0500) Subject: ceph-dev-trigger: create script to notify shaman of triggered build X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0c2dbdbac96bef52c88c21d044e496eb730bf31c;p=ceph-build.git ceph-dev-trigger: create script to notify shaman of triggered build Signed-off-by: Alfredo Deza --- diff --git a/ceph-dev-trigger/build/notify b/ceph-dev-trigger/build/notify new file mode 100644 index 00000000..cb1ed771 --- /dev/null +++ b/ceph-dev-trigger/build/notify @@ -0,0 +1,9 @@ +#!/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"