From 3f3883f42ed5e12118db8f00c45448ff085aa45a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 6 Jan 2017 09:21:26 -0500 Subject: [PATCH] ceph-dev-new-trigger: create a script to notify shaman of triggered builds Signed-off-by: Alfredo Deza --- ceph-dev-new-trigger/build/notify | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ceph-dev-new-trigger/build/notify 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" + -- 2.47.3