summaryrefslogtreecommitdiff
path: root/manifest.sh
blob: dfe3e203c7fcab11706aaaaab43297b3f1dab85e (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
28
29
30
declare -g "jenkins_scripts_rev=f7f6bc441d3df55eac8ce43a965c29a80ebf4083"
# Artifacts directory
# Recording parameters to manifest: artifacts/manifest.sh
rr[ci_project]="tcwg_gnu_cross_build"
rr[ci_config]="master-aarch64"
declare -g "scripts_branch=master"
rr[mode]="build"
rr[update_baseline]="onsuccess"
declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_gnu_cross_build--master-aarch64-build/485/"
declare -g "SQUAD_GRP="
rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#master"
rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#master"
rr[gdb_git]="git://sourceware.org/git/binutils-gdb.git#master"
rr[glibc_git]="git://sourceware.org/git/glibc.git#master"
rr[linux_git]="https://git.linaro.org/kernel-org/linux.git#master"
rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#master"
# 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_gnu_cross_build/master-aarch64"
rr[breakup_changed_components]="tcwg_gnu_breakup_changed_components"
rr[components]="binutils gcc linux glibc gdb qemu"
rr[host_c++]="/usr/bin/g++"
rr[host_cc]="/usr/bin/gcc"
rr[major]="1"
rr[minor]="2"
rr[no_regression_p]="no_regression_p"
rr[no_regression_result]="0"
rr[target]="aarch64"
declare -g "notify=ignore"