summaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2022-09-10 13:32:28 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2022-09-10 13:32:28 +0000
commit8d314f6da19e94b51e07ab95664f6c304bdec05d (patch)
treeab75ff624facbd59b2484b09cd213c49824bcbce /jenkins
parentaa197970a584b851c78cf954f6951f9624d92587 (diff)
12: onsuccess: #471: 33: Success after binutils/gcc/linux/qemu: 310 commits
BUILD_URL: https://ci.linaro.org/job/tcwg_kernel-gnu-build-gnu-master-arm-stable-allyesconfig/471/ Success after binutils/gcc/linux/qemu: 310 commits: Results changed to -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 33 from -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 33
Diffstat (limited to 'jenkins')
-rwxr-xr-xjenkins/dashboard-push.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/jenkins/dashboard-push.sh b/jenkins/dashboard-push.sh
new file mode 100755
index 0000000..b280925
--- /dev/null
+++ b/jenkins/dashboard-push.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ -e $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh ]; then
+ $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh &
+ wait $! || true
+fi
+