This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/jenkmarking-multinode by th [...] new 8c5c520 Use the abe that we checked out with the LAVA definitions 8c5c520 is described below
commit 8c5c5206463823daf9683828c9a3437aa4281275 Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 14:15:59 2015 +0200
Use the abe that we checked out with the LAVA definitions
Change-Id: I33dde3ec51edf4690d782847cf10d48e58dafb46 --- config/bench/lava/host-session | 9 +-------- config/bench/lava/host-session.yaml | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index d026ef9..a9283e4 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -45,14 +45,6 @@ fi ln /usr/share/doc/git/contrib/workdir/git-new-workdir /usr/local/bin chmod 755 /usr/local/bin/git-new-workdir
-#Get abe -export ABE_DIR=~/src/abe -mkdir -p "${ABE_DIR}" || exit 1 -if ! git clone ${abe_branch:+-b ${abe_branch}} http://git.linaro.org/toolchain/abe [...] - rm -rf "${ABE_DIR}" - exit 1 -fi - #Generate one-time key mkdir ~/data || exit 1 if ! ssh-keygen -P '' -f ~/data/onetime > /dev/null < /dev/null; then @@ -120,6 +112,7 @@ done #Don't need the agent any more, kill the socket rm ~/data/socket
+export ABE_DIR export targets="${target_names[@]}" export maindir="/${HOME}/bench" export post_target_cmd="shutdown -h 0" diff --git a/config/bench/lava/host-session.yaml b/config/bench/lava/host-session.yaml index 5372321..45af514 100644 --- a/config/bench/lava/host-session.yaml +++ b/config/bench/lava/host-session.yaml @@ -36,4 +36,4 @@ install: run: steps: - ./config/bench/lava/setup "$PUB_KEY" - - env BENCH_DEBUG="$BENCH_DEBUG" ./config/bench/lava/host-session "$ABE_BR [...] + - env ABE_DIR=`pwd` BENCH_DEBUG="$BENCH_DEBUG" ./config/bench/lava/host-se [...]