From 0517f84c9cd221d4523cccc13445bd768068e64d Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Fri, 12 Oct 2018 11:26:09 +0000 Subject: init: #1: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk-code_vect-cpu2017fast--llvm-aarch64-master-O3-build/1/ Results : | # reset_artifacts: | -10 | # build_bmk_llvm: | -3 | # benchmark -- -O3: | 1 check_regression status : 0 --- jenkins/dashboard-push.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 jenkins/dashboard-push.sh (limited to 'jenkins') diff --git a/jenkins/dashboard-push.sh b/jenkins/dashboard-push.sh new file mode 100755 index 0000000..75c0caa --- /dev/null +++ b/jenkins/dashboard-push.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +if [ -e $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh ]; then + $(dirname $0)/../dashboard/squad-vs-first/dashboard-push-squad.sh & + wait $! || true +fi + -- cgit v1.2.3