summaryrefslogtreecommitdiff
path: root/jenkins.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-08-05 13:29:12 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-08-11 06:58:53 +0000
commitff4892d9ee1cf910604a797116e3f82a1bee5332 (patch)
treeb0d2549ad14b8e777788b4c8512e4b3ac28c3ad6 /jenkins.sh
parent5594dcf2b625b3e29ce907cd0a936213a698289f (diff)
jenkins.sh: Remove workaround
Change-Id: I27d620b217008c8bd8d7d12b0c6f98bc670a0107
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-xjenkins.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 33324fd7..8f94f1e2 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -319,13 +319,6 @@ cat /proc/meminfo
$CONFIG_SHELL ${abe_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${git_reference} --with-languages=${languages} --enable-schroot-test
-# Reduce parallelism of individual builds in Cambridge lab to try reduce
-# variability in sanitizer testsuite.
-# Note that GCC testsuites will run with double parallelism setting.
-case "$(hostname)" in
- "build-"*) sed -i -e "s/cpus=32/cpus=8/" host.conf ;;
-esac
-
# load commonly used varibles set by configure
if test -e "${PWD}/host.conf"; then
. "${PWD}/host.conf"