From 2b8a9d171f7fc8fdd2591a746e799b253d7914ab Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 28 Sep 2016 11:40:42 -0400 Subject: [PATCH] ceph-dev-setup: add a script to post build information on failure Signed-off-by: Alfredo Deza --- ceph-dev-setup/build/failure | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ceph-dev-setup/build/failure diff --git a/ceph-dev-setup/build/failure b/ceph-dev-setup/build/failure new file mode 100644 index 00000000..19f15842 --- /dev/null +++ b/ceph-dev-setup/build/failure @@ -0,0 +1,6 @@ +#!/bin/bash -ex + +# update shaman with the failed build status. At this point there aren't any +# architectures or distro information, so we just report this with the current +# (ceph-dev-setup) build information that includes log and build urls +failed_build_status "ceph" -- 2.39.5