This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src
in repository toolchain/semiautobench.
commit 9ebefb4f78aa248f41e00b71dd5ec79dd0187d99
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 15:45:40 2015 +0200
Move env so I can see the effect of leaving things unspecified
Change-Id: Idb8b17dac0ec16acc899496a57b13c76acec8059
---
invoke_session_debian | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 09cd3dd..efc081f 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -7,8 +7,6 @@ error=1
trap "rm -rf ~/*; exit \${error}" EXIT
-env
-
# Hack for now until lava-test-shell is smart enough to know it's dispatcher ip
gateway=$1
abe_branch="$2"
@@ -21,6 +19,8 @@ export run_flags="$6"
export compiler_flags="$7"
echo "Target's Gateway: $gateway"
+env
+
if ! grep 'invoke_session' /etc/rc.local
then
sed -i '/bin/a invoke_session &' /etc/rc.local
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src
in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push:
new 3ec438a Make value of empty YAML parameter explicit
3ec438a is described below
commit 3ec438acc9a968f6572699dd55dc7706ce4c0a59
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 16:07:22 2015 +0200
Make value of empty YAML parameter explicit
These appear to be set to 'None', even when blank.
Change-Id: I1abfc0b3c1ebc1ca22c6d2b4af861bc847e42a0d
---
bench-session-debian.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bench-session-debian.yaml b/bench-session-debian.yaml
index 56d114f..d76ee74 100644
--- a/bench-session-debian.yaml
+++ b/bench-session-debian.yaml
@@ -11,8 +11,8 @@ params:
BENCHMARK: fakebench
TOOLCHAIN: http://releases.linaro.org/14.11/components/toolchain/binaries/arm- [...]
TARGETS: kvm
- RUN_FLAGS:
- COMPILER_FLAGS:
+ RUN_FLAGS: None
+ COMPILER_FLAGS: None
install:
sources:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src
in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push:
new 735f332 Move env so I can see the effect of leaving things unspecified
735f332 is described below
commit 735f332d77e5c6b9a83ac0bb734a973ca40eb436
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 15:45:40 2015 +0200
Move env so I can see the effect of leaving things unspecified
Change-Id: Idb8b17dac0ec16acc899496a57b13c76acec8059
---
invoke_session_debian | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 00c3cdc..8486b17 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -7,8 +7,6 @@ error=1
trap "rm -rf ~/*; exit \${error}" EXIT
-env
-
# Hack for now until lava-test-shell is smart enough to know it's dispatcher ip
gateway=$1
abe_branch="$2"
@@ -21,6 +19,8 @@ export run_flags="$6"
export compiler_flags="$7"
echo "Target's Gateway: $gateway"
+env
+
if ! grep 'invoke_session' /etc/rc.local
then
sed -i '/bin/a invoke_session &' /etc/rc.local
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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.
commit 5a7b05894c5b8752971f5de3173f76af495d9645
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Fri Jul 10 17:59:29 2015 +0200
Use location abe was checked out in multinode job
Change-Id: I7dcc8e9a3d80219595e673da79e080ecbcb98a61
---
scripts/Benchmark.job | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job
index ca0366f..d0db028 100755
--- a/scripts/Benchmark.job
+++ b/scripts/Benchmark.job
@@ -56,10 +56,10 @@ fi
#Run benchmark
cd "${maindir}"
-"${WORKSPACE}"/abe/configure --with-fileserver=148.251.136.42 --with-remote-snapsh [...]
+"${ABE_DIR}"/configure --with-fileserver=148.251.136.42 --with-remote-snapshots=/s [...]
set +e
-"${WORKSPACE}"/abe/scripts/benchmark.sh ${run_flags:+-a "${run_flags//\"/\\\"}"} $ [...]
+"${ABE_DIR}"/abe/scripts/benchmark.sh ${run_flags:+-a "${run_flags//\"/\\\"}"} ${c [...]
tmperr=$?
set -e
if test ${tmperr} -eq 0; then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/jenkmarking-multinode
in repository toolchain/abe.
at 5a7b058 Use location abe was checked out in multinode job
This branch includes the following new commits:
new 49d6137 Configure with current workarounds
new 9877e61 Remove results transmission
new 5a7b058 Use location abe was checked out in multinode job
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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.
commit 49d61370d04d1c2e2524cc99c8c5ae9382689360
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Fri Jul 10 17:57:30 2015 +0200
Configure with current workarounds
Change-Id: I610edcb5fa8853a8f3d1a0e8ce79bafd26b23b96
---
scripts/Benchmark.job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job
index 3a734ef..aa4ddcd 100755
--- a/scripts/Benchmark.job
+++ b/scripts/Benchmark.job
@@ -60,7 +60,7 @@ fi
#Run benchmark
cd "${maindir}"
-"${WORKSPACE}"/abe/configure
+"${WORKSPACE}"/abe/configure --with-fileserver=148.251.136.42 --with-remote-snapsh [...]
set +e
"${WORKSPACE}"/abe/scripts/benchmark.sh ${run_flags:+-a "${run_flags//\"/\\\"}"} $ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 c0fc935 Make Benchmark.job executable
c0fc935 is described below
commit c0fc935e8d31dde409531b5c5a4d33bc592e0167
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 15:48:40 2015 +0200
Make Benchmark.job executable
Change-Id: Icd15f965cc96ad1d126c7dc2ef27537a48d3abab
---
scripts/Benchmark.job | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job
old mode 100644
new mode 100755
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.