This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/benchmarking in repository toolchain/abe.
commit fae07fd0e6b4652695f915bca37f7f834d41af95 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 30 18:44:46 2015 +0200
Make Benchmark.job delete the socket after build phase
Change-Id: Ic6bbb3209146fade2caac86e84eb3f37c5196329 --- config/bench/lava/host-session | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index 30f2091..1f1dd6d 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -40,6 +40,7 @@ fi
#Non-parameters that we need to pass to Benchmark.job export ABE_DIR +export post_build_cmd="rm ${HOME}/data/socket" export post_target_cmd='touch ${HOME}/messages/release' export maindir="/${HOME}/bench" mkdir "${maindir}" || exit 1 @@ -74,7 +75,7 @@ ip_addr="$(lava-network query `lava-group | grep '[[:blank:]]+ho [...] #Request agent just before we need it #This would be two keys in one agent if we wanted one for source, one for job echo "*** WAITING FOR AGENT: ${ip_addr}" -echo "ssh -o ControlMaster=no -o ControlPath=/dev/null -A ${ip_addr}.lab 'ln -sf \ [...] +echo "ssh -o ControlMaster=no -o ControlPath=/dev/null -A ${ip_addr}.lab 'ln -sf \ [...] while ! test -e ~/data/socket; do inotifywait -e create ~/data done