summaryrefslogtreecommitdiff
path: root/dashboard/dashboard-generate.sh
blob: 4e44e7b94e946759ccaeef1bc73ff3940fcb8e84 (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-arm-mainline-allyesconfig" \
     --components "binutils gcc linux qemu" \
     --run_date "2023-01-21T13:44:40+00:00" \
     --relative_results true \
     --squad_mode "vs-first"