summaryrefslogtreecommitdiff
path: root/dashboard/dashboard-generate.sh
blob: a6c48bc1e44afb3e00ea9c296a620fa2a4f4316d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3" \
     --components "binutils gcc newlib" \
     --run_date "2022-09-08T00:42:43+00:00"