summaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-10-02 07:21:33 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-10-02 07:21:34 +0000
commit0697ba5fe380a18d26c946c24c5c7aa3fa5ac7b5 (patch)
tree836e817e3de17f9e4812ea1242c88eabc8a0435e /jenkins
parent93bb7ac1eafdebcce312a9b99e98ed67b0b576c2 (diff)
onsuccess: #334: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk_ci_gnu_eabi-build-tcwg_bmk_stm32-gnu_eabi-master-arm_eabi-coremark-O2/334/
Results : | # reset_artifacts: | -10 | # build_abe binutils: | -9 | # build_abe stage1 -- --set gcc_override_configure=--disable-libsanitizer --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-cpu=cortex-m4 --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-float=hard: | -8 | # build_abe newlib: | -6 | # build_abe stage2 -- --set gcc_override_configure=--disable-libsanitizer --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-cpu=cortex-m4 --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-float=hard: | -5 | # benchmark -- -O2_mthumb: | 1 check_regression status : 0
Diffstat (limited to 'jenkins')
-rwxr-xr-xjenkins/dashboard-push.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/jenkins/dashboard-push.sh b/jenkins/dashboard-push.sh
index ecfabe4..75c0caa 100755
--- a/jenkins/dashboard-push.sh
+++ b/jenkins/dashboard-push.sh
@@ -1,10 +1,5 @@
#!/bin/bash
-if [ -e $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh ]; then
- $(dirname $0)/../dashboard/squad/dashboard-push-squad.sh &
- wait $! || true
-fi
-
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