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 76c9b33 Use sleep rather than inotify to hold target session 76c9b33 is described below
commit 76c9b33146667b881e2f6d95caeee241717bf664 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 30 19:43:10 2015 +0200
Use sleep rather than inotify to hold target session
inotify is great for this, but inotify-tools is not available for jessie arm64.
Change-Id: Iabc3ce5600acb36efb0d5caa23aee2849ced7c9c --- config/bench/lava/host-session | 2 +- config/bench/lava/target-session | 5 +---- config/bench/lava/target-session-kvm.yaml | 1 - config/bench/lava/target-session.yaml | 1 - 4 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index cff154d..ad99b6e 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -41,7 +41,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 post_target_cmd='kill `pidof sleep`' export maindir="/${HOME}/bench" mkdir "${maindir}" || exit 1 chmod 700 "${maindir}" || exit 1 diff --git a/config/bench/lava/target-session b/config/bench/lava/target-session index 899ce6d..f042d82 100755 --- a/config/bench/lava/target-session +++ b/config/bench/lava/target-session @@ -1,6 +1,3 @@ #!/bin/bash lava-network broadcast eth0 -mkdir "${HOME}/messages" -while ! test -e "${HOME}/messages/release"; do - inotifywait -e create "${HOME}/messages" -done +sleep infinity diff --git a/config/bench/lava/target-session-kvm.yaml b/config/bench/lava/target-s [...] index fd5d593..0e88369 100644 --- a/config/bench/lava/target-session-kvm.yaml +++ b/config/bench/lava/target-session-kvm.yaml @@ -15,7 +15,6 @@ install: - binutils - gawk - libgfortran3 - - inotify-tools
run: steps: diff --git a/config/bench/lava/target-session.yaml b/config/bench/lava/target-session.yaml index 1185555..04215d8 100644 --- a/config/bench/lava/target-session.yaml +++ b/config/bench/lava/target-session.yaml @@ -12,7 +12,6 @@ install: - openssh-server - make - cpufrequtils - - inotify-tools
run: steps: