summaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2022-09-09 03:00:12 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2022-09-09 03:00:12 +0000
commit28d248f1a57618f07e959e88a08a6f3062dc5376 (patch)
tree2b1b26add792e713e1b9442a3a57c176d7a47f6b /jenkins
parent1adfe0e347c5cc3a4a084b9be7313c1c49cc7d28 (diff)
11: onsuccess: #482: 7355: Success after binutils/gcc/linux/qemu: 981 commits
BUILD_URL: https://ci.linaro.org/job/tcwg_kernel-gnu-build-gnu-master-aarch64-mainline-defconfig/482/ Success after binutils/gcc/linux/qemu: 981 commits: Results changed to -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 7355 from -10 # build_abe binutils: -9 # build_abe stage1: -5 # build_abe qemu: -2 # linux_n_obj: 7354
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
+