summaryrefslogtreecommitdiff
path: root/jenkins/dashboard-push.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-10-12 11:26:09 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-03-26 06:50:36 +0000
commit8a8e06a445eb5d91d0982d1689cf67e292e99bcb (patch)
tree07390ac7e64b5363eeda6ee2ac4ba25cb5925cdd /jenkins/dashboard-push.sh
0: init: #1: 1: [TCWG CI] No change after baseline build: no new commits
BUILD_URL: https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-O3_LTO-build/1/ After baseline build Below reproducer instructions can be used to re-build both "first_bad" and "last_good" cross-toolchains used in this bisection. Naturally, the scripts will fail when triggerring benchmarking jobs if you don\'t have access to Linaro TCWG CI. Configuration: - Benchmark: EEMBC CoreMark - Toolchain: GCC + Newlib + GNU LD - Version: all components were built from their tip of trunk - Target: arm-eabi - Compiler flags: -O3 -flto -mthumb - Hardware: This benchmarking CI is work-in-progress, and we welcome feedback and suggestions at linaro-toolchain@lists.linaro.org . In our improvement plans is to add support for SPEC CPU2017 benchmarks and provide "perf report/annotate" data behind these reports.
Diffstat (limited to 'jenkins/dashboard-push.sh')
-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..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
+