summaryrefslogtreecommitdiff
path: root/manifest.sh
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-21 14:04:37 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-21 14:04:37 +0000
commit3d0e84dc545853e1b8b98f1cd1e1c8e43e859e0d (patch)
treee8cf42be790222b0387ee548f9cc3d462dba4ef1 /manifest.sh
parent6f5897b5c3b605d40a32aeed539c42c2468e6fae (diff)
force: #1012: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1012/
Results : | # reset_artifacts: | -10 | # build_abe binutils: | -8 | # build_abe stage1 --: | -7 | # build_abe linux: | -6 | # build_abe glibc: | -5 | # build_abe stage2 --: | -4 | # build_abe gdb: | -3 | # build_abe qemu: | -2 | # build_abe dejagnu: | -1 | # build_abe check_gcc --: | 0 check_regression status : 0
Diffstat (limited to 'manifest.sh')
-rw-r--r--manifest.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifest.sh b/manifest.sh
index 77466d3a..14015b61 100644
--- a/manifest.sh
+++ b/manifest.sh
@@ -1,25 +1,24 @@
-declare -g "jenkins_scripts_rev=a025119bd77652382e6d5ed6b45c7dedafd167d0"
+declare -g "jenkins_scripts_rev=28881725801440140565ad8cd8d5f7a2b70e9c0f"
# Artifacts directory
# Recording parameters to manifest: artifacts/manifest.sh
rr[ci_project]="tcwg_gnu_cross_check_gcc"
rr[ci_config]="master-arm"
declare -g "scripts_branch=master"
rr[mode]="build"
-rr[update_baseline]="onsuccess"
-declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1010/"
+rr[update_baseline]="force"
+declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1012/"
declare -g "SQUAD_GRP="
-rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#master"
-rr[gdb_git]="git://sourceware.org/git/binutils-gdb.git#master"
-rr[glibc_git]="git://sourceware.org/git/glibc.git#master"
-rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#master"
+rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#2f8f7ee2db82a315f9faf8b306d6203ca7f7b002"
rr[result_expiry_date]="20231121"
# 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_check_gcc/master-arm"
+rr[binutils_git]="baseline"
rr[breakup_changed_components]="tcwg_gnu_breakup_changed_components"
rr[components]="binutils gcc linux glibc gdb qemu"
-rr[gcc_git]="baseline"
+rr[gdb_git]="baseline"
+rr[glibc_git]="baseline"
rr[host_c++]="/usr/bin/g++"
rr[host_cc]="/usr/bin/gcc"
rr[linux_git]="baseline"
@@ -27,5 +26,6 @@ rr[major]="2"
rr[minor]="0"
rr[no_regression_p]="no_regression_p"
rr[no_regression_result]="0"
+rr[qemu_git]="baseline"
rr[target]="arm"
declare -g "notify=ignore"