summaryrefslogtreecommitdiff
path: root/manifest.sh
blob: dc0283a1ec514af53c24f375e2bc252939cf7220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
declare -g "jenkins_scripts_rev=6f3d4114d3fdc32325dd30dc994cda0d87f6bcc3"
# Artifacts directory
# Recording parameters to manifest: artifacts/manifest.sh
rr[ci_project]="tcwg_kernel"
rr[ci_config]="llvm-master-arm-mainline-allnoconfig"
declare -g "scripts_branch=master"
rr[mode]="build"
rr[update_baseline]="onsuccess"
declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-allnoconfig-build/36/"
declare -g "SQUAD_GRP="
rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#695776dc2f43c56dd2ae2f7036fb7cf74e19b46b"
rr[linux_git]="https://git.linaro.org/kernel-org/linux.git#af2e19389c2c1d8a299e04c5105b180ef0c5b5b5"
rr[llvm_git]="https://github.com/llvm/llvm-project.git#a0b9f1f84b33b9546795697b1fbce2951acdc81a"
rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#6cb2011fedf8c4e7b66b4a3abd6b42c1bae99ce6"
# Saving rr[] in the manifest
rr[abe_branch]="master"
rr[abe_repo]="https://git-us.linaro.org/toolchain/abe.git"
rr[baseline_branch]="linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfig"
rr[breakup_changed_components]="breakup_changed_components linux"
rr[components]="binutils llvm linux qemu"
rr[host_c++]="/usr/bin/g++"
rr[host_cc]="/usr/bin/gcc"
rr[no_regression_p]="no_regression_p"
rr[no_regression_result]="0"
rr[target]="arm"
rr[toolchain]="llvm"
declare -g "notify=ignore"