summaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2022-09-10 20:20:44 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2022-09-10 20:20:44 +0000
commitae93d88529e60d1d51dfaaef200f35a64892752f (patch)
treeec545aa337e77f478729e411f62753b1a613f265 /jenkins
parent467972c1c37d6838e97e785519ad4aef5dfeefe2 (diff)
10: onsuccess: #426: boot: Success after binutils/llvm/linux/qemu: 2341 commits
BUILD_URL: https://ci.linaro.org/job/tcwg_kernel-llvm-build-llvm-master-arm-next-defconfig/426/ Success after binutils/llvm/linux/qemu: 2341 commits: Results changed to -10 # build_abe binutils: -9 # build_kernel_llvm: -5 # build_abe qemu: -2 # linux_n_obj: 7401 # linux build successful: all # linux boot successful: boot from -10 # build_abe binutils: -9 # build_kernel_llvm: -5 # build_abe qemu: -2 # linux_n_obj: 7401 # linux build successful: all # linux boot successful: boot
Diffstat (limited to 'jenkins')
-rwxr-xr-xjenkins/dashboard-push.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/jenkins/dashboard-push.sh b/jenkins/dashboard-push.sh
index 6a532c0..b280925 100755
--- a/jenkins/dashboard-push.sh
+++ b/jenkins/dashboard-push.sh
@@ -1,5 +1,7 @@
#!/bin/bash
-$(dirname $0)/../dashboard/squad/dashboard-push-squad.sh &
-wait $! || true
+if [ -e $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh ]; then
+ $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh &
+ wait $! || true
+fi