summaryrefslogtreecommitdiff
path: root/dashboard/dashboard-generate.sh
blob: 169a5d6b2e76dc9cb035d73aaee410605a614c4c (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_kernel/gnu-master-aarch64-next-allnoconfig" \
     --components "binutils gcc linux qemu" \
     --run_date "2022-10-19T20:02:11+00:00" \
     --relative_results true \
     --squad_mode "vs-first"