From 774869f1946aeb1ebb3316e1d2c9c2c74312a68c Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 17 Nov 2014 12:14:27 +0000 Subject: change from cbuild.validation to abe.tcwglab Change-Id: I4147d037d0b5b284ddb742c0ab3e88c27ab5e17c --- scripts/Backport.job | 3 ++- scripts/MakeRelease.job | 2 +- scripts/slave.sh | 2 +- tcwgweb.sh | 4 ++-- 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 -- cgit v1.2.3