From: Andrew Schoen Date: Fri, 30 Sep 2016 19:06:03 +0000 (-0500) Subject: ceph-dev-build: filter BRANCH in build/failure X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d316dc251cbb320232137c906430d884fb4dcec4;p=ceph-build.git ceph-dev-build: filter BRANCH in build/failure When the postscriptbuild fires it passes that script fresh parameters from ceph-dev, so we need to filter the value of BRANCH again or we get it info in shaman that look like 'origin/*'. Signed-off-by: Andrew Schoen --- diff --git a/ceph-dev-build/build/failure b/ceph-dev-build/build/failure index ed25471a..6274d32e 100644 --- a/ceph-dev-build/build/failure +++ b/ceph-dev-build/build/failure @@ -3,6 +3,7 @@ # note: the failed_build_status call relies on normalized variable names that # are infered by the builds themselves. If the build fails before these are # set, they will be posted with empty values +BRANCH=`branch_slash_filter $BRANCH` # update shaman with the failed build status failed_build_status "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH