aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-04-08 09:43:51 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-04-08 09:43:51 +0100
commit4eeb6847224772d6658d287c6a5e26fffa884c81 (patch)
treef9ccb73273da47eba819d3f499c772a557af57e0 /scripts
parent9392405b8b0f4df264a82296753ae786fcb1fe97 (diff)
parent067fa879fa81c6f89fa15cb8701dabfbd967cb60 (diff)
Merge branch 'master' of ssh://git.linaro.org/toolchain/abe
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/Backport.job2
-rwxr-xr-xscripts/BuildFarm.job2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Backport.job b/scripts/Backport.job
index 9160cd8d..17612889 100755
--- a/scripts/Backport.job
+++ b/scripts/Backport.job
@@ -55,7 +55,7 @@ esac
if test x"${GERRIT_TOPIC}" != x; then
gcc_branch="gcc.git~${GERRIT_TOPIC}"
fi
-$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}
+$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}${excludecheck:+ --excludecheck ${excludecheck}}
# force a failure of abe has build problems.
if test $? -gt 0; then
diff --git a/scripts/BuildFarm.job b/scripts/BuildFarm.job
index 681b1aa6..0a1d1adf 100755
--- a/scripts/BuildFarm.job
+++ b/scripts/BuildFarm.job
@@ -42,7 +42,7 @@ rm -fr ${WORKSPACE}/_build
mkdir -p ${WORKSPACE}/_build
cd ${WORKSPACE}/_build
-$CONFIG_SHELL -x ${abe_dir}/jenkins.sh --runtests -l ${languages} -f ${fileserver} ${release} ${bootstrap}
+$CONFIG_SHELL -x ${abe_dir}/jenkins.sh --runtests -l ${languages} -f ${fileserver} ${release} ${bootstrap}${excludecheck:+ --excludecheck ${excludecheck}}
# force a failure of abe has build problems.
if test $? -gt 0; then