summaryrefslogtreecommitdiff
path: root/dashboard/dashboard-generate.sh
blob: 93b613a004239dc2d8ef05ff88eb26aa0aaa4b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

top_artifacts=$(dirname $0)/..
jenkins_scripts=jenkins-scripts

if [ ! -d $jenkins_scripts ]; then
  git clone https://git.linaro.org/toolchain/jenkins-scripts
fi

"$jenkins_scripts/dashboard-generate-squad.sh" \
     --top_artifacts "$top_artifacts" \
     --baseline_branch "linaro-local/ci/tcwg_bmk-code_speed-coremark/gnu_eabi-arm_eabi-master-O3" \
     --components "binutils gcc newlib" \
     --run_date "2023-01-11T18:07:57+00:00" \
     --relative_results true \
     --squad_mode "vs-first"