aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-17 12:14:27 +0000
committerRob Savoye <rob.savoye@linaro.org>2014-11-17 12:14:27 +0000
commit774869f1946aeb1ebb3316e1d2c9c2c74312a68c (patch)
treee4ed43dd02f3b89675cfc731d0bbd03b5081f3d2
parentf3f1bd2349b13a3d43942e6fd8f221f590e9e991 (diff)
change from cbuild.validation to abe.tcwglab
Change-Id: I4147d037d0b5b284ddb742c0ab3e88c27ab5e17c
-rwxr-xr-xscripts/Backport.job3
-rwxr-xr-xscripts/MakeRelease.job2
-rw-r--r--scripts/slave.sh2
-rwxr-xr-xtcwgweb.sh4
4 files changed, 6 insertions, 5 deletions
diff --git a/scripts/Backport.job b/scripts/Backport.job
index 6db13e3..645ff24 100755
--- a/scripts/Backport.job
+++ b/scripts/Backport.job
@@ -18,7 +18,8 @@ mkdir -p ${WORKSPACE}/_build
cd ${WORKSPACE}/_build
$CONFIG_SHELL ${cbuild_dir}/configure --with-local-snapshots=${user_snapshots} --with-git-reference-dir=${snapshots_ref} --with-fileserver=148.251.136.42
-$CONFIG_SHELL -x ${cbuild_dir}/test-backport.sh --target ${target} ${gcc_branch}
+
+$CONFIG_SHELL -x ${cbuild_dir}/test-backport.sh --fileserver=148.251.136.42 --target ${target} ${gcc_branch}
# force a failure of cbuild2 has build problems.
if test $? -gt 0; then
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index 1a95807..915c42b 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -7,7 +7,7 @@ tarsrc=""
tarbin=""
check=""
nocheck="no"
-fileserver="cbuild.validation.linaro.org"
+fileserver="abe.tcwglab.linaro.org"
user_workspace="${WORKSPACE:-/home/buildslave/workspace}"
OPTS="`getopt -o t:f:bs:w:nh -l target::fileserver:tarbin:tarsrc:workspace:help`"
diff --git a/scripts/slave.sh b/scripts/slave.sh
index 201edb8..21ce7b1 100644
--- a/scripts/slave.sh
+++ b/scripts/slave.sh
@@ -24,7 +24,7 @@ chown -R buildslave:buildslave /linaro/
chown -R buildslave:buildslave /opt/
# Update hosts so we can find this machine via HTTP
-echo "88.98.47.97 cbuild.validation.linaro.org" >> /etc/hosts
+echo "88.98.47.97 abe.tcwglab.linaro.org" >> /etc/hosts
# Setup default SSH config so builds can use SSH to access the targets for testing. This
# is setup for external access to the TCWG build farm, which go through a proxy, and is
diff --git a/tcwgweb.sh b/tcwgweb.sh
index 3a09c40..41fa19c 100755
--- a/tcwgweb.sh
+++ b/tcwgweb.sh
@@ -65,7 +65,7 @@ scancheck ()
rm -f /tmp/mail$$.txt
echo "Testsuite build failures found in ${build}" > /tmp/mail$$.txt
echo "" >> /tmp/mail$$.txt
- echo "Check build log: http://cbuild.validation.linaro.org/$1.xz" >> /tmp/mail$$.txt
+ echo "Check build log: http://abe.tcwglab.linaro.org/$1.xz" >> /tmp/mail$$.txt
echo "" >> /tmp/mail$$.txt
local i=0
while test $i -lt ${#errors[@]}; do
@@ -208,7 +208,7 @@ difftwodirs ()
done
local wwwpath="/logs/gcc-linaro-${gcc_version}/`echo ${next} | sed -e 's:/work::' -e 's:/space::'`"
- echo "Build logs: http://cbuild.validation.linaro.org${wwwpath}/" >> ${resultsfile}
+ echo "Build logs: http://abe.tcwglab.linaro.org${wwwpath}/" >> ${resultsfile}
echo "" >> ${resultsfile}
local lineno="`grep -n -- "----" ${prev}/manifest.txt | grep -o "[0-9]*"`"
if test x"${lineno}" != x; then