summaryrefslogtreecommitdiff
path: root/manifest.sh
blob: 759679de0557309c2ce32121d37eef5f5a16b8ac (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=0f2ea94c961229df6a474f07f8489e6180bf9254"
# Artifacts directory
# Recording parameters to manifest: artifacts/manifest.sh
rr[ci_project]="tcwg_kernel"
rr[ci_config]="gnu-master-arm-next-allmodconfig"
declare -g "scripts_branch=master"
rr[mode]="build"
rr[update_baseline]="onsuccess"
declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--gnu-master-arm-next-allmodconfig-build/47/"
declare -g "SQUAD_GRP="
rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#29c108c9610640439daa5244a573348b7c47d994"
rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#54e54f77c1012ab53126314181c51eaee146ad5d"
rr[linux_git]="https://git.linaro.org/kernel-org/linux-next.git#d7b3af5a77e8d8da28f435f313e069aea5bcf172"
rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#ccdd31267678db9d80578b5f80bbe94141609ef4"
# 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/gnu-master-arm-next-allmodconfig"
rr[breakup_changed_components]="breakup_changed_components linux"
rr[components]="binutils gcc 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]="gnu"
declare -g "notify=ignore"