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.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push: new c99c60e WIP c99c60e is described below
commit c99c60e3c5e1d737797d28aa6d71a881dbd214d5 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Aug 20 11:00:19 2015 +0200
WIP
Change-Id: I1719ff9aec2c41291a7a95dd822029b0f6258e48 --- config/bench/lava/host-session | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index 97ed7a8..0b173a9 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -77,9 +77,6 @@ echo '148.251.136.42 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlz [...] lava-network broadcast eth0 lava-network collect eth0 ip_addr="$(lava-network query `lava-group | grep '[[:blank:]]+host$' | awk '{prin [...] -for lava_name in `lava-group | grep -v '[[:blank:]]*host$' | awk '{print $1}'`; do - lava-wait "config_${lava_name}" -done
#Request agent just before we need it #This would be two keys in one agent if we wanted one for source, one for job @@ -104,7 +101,7 @@ for lava_name in `lava-group | grep -v '[[:blank:]]*host$' | aw [...] fi
#Generate configuration files for target - config="`grep '^config_${lava_name}=' /tmp/lava_multi_node_cache.txt | cut -d = -f 2`" + config="`lava-wait config_${lava_name}`" if test $? -ne 0; then echo "Failed to find config file for ${lava_name}"; exit 1; fi sed "s/^ip=.*/ip=${target_ip}/" "${ABE_DIR}/config/bench/boards/${config}.conf" [...] if test $? -ne 0; then echo "Failed to generate config file for target ${lava_na [...]