summaryrefslogtreecommitdiff
path: root/manifest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.sh')
-rw-r--r--manifest.sh12
1 files changed, 7 insertions, 5 deletions
diff --git a/manifest.sh b/manifest.sh
index 84a664b..928d51c 100644
--- a/manifest.sh
+++ b/manifest.sh
@@ -5,10 +5,10 @@ rr[ci_project]="tcwg_bootstrap_build"
rr[ci_config]="master-aarch64-bootstrap_debug"
declare -g "scripts_branch=master"
rr[mode]="build"
-rr[update_baseline]="onsuccess"
-declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/118/"
+rr[update_baseline]="force"
+declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/120/"
declare -g "SQUAD_GRP="
-rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#d76d19c9bc5ef1138af65fa3546eb628b7a756c9"
+rr[gcc_git]="https://github.com/gcc-mirror/gcc.git#1d203d4c90adb064edfa9680768d1f83a41f17e0"
# Saving rr[] in the manifest
rr[abe_branch]="master"
rr[abe_repo]="https://git-us.linaro.org/toolchain/abe.git"
@@ -18,12 +18,14 @@ rr[components]="gcc"
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[no_regression_result]="1"
rr[target]="native"
-declare -g "notify=ignore"
+declare -g "notify=onregression"
# Saving rr[] in the manifest
rr[major]="1"
rr[minor]="0"
+# WARNING: overriding previous rr[no_regression_result]=1
+rr[no_regression_result]="0"
# Saving rr[] in the manifest
# WARNING: overriding previous rr[minor]=0
rr[minor]="1"