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 25822715f154929a452ec3ed23ab0926249df8d7
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 18:25:26 2015 +0200
Figure out targets at runtime
Change-Id: I719bc3831a5e0f664125fd9b13f24d15dcb874e2
---
invoke_session_debian | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/invoke_session_debian b/invoke_session_debian
index 4b08f01..bc2195b 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -85,6 +85,20 @@ mkdir -p /run
mkdir -p /run/hacking
echo $$ > /run/hacking/hacking.pid
+#Generate config file for each target in multinode job
+lava-network collect
+declare -A targets
+for target_hostname in `lava-group | grep '[[:blank:]]*target$' | cut -d ' ' -f 1`; do
+ target_ip="$(lava-network query \"${target_hostname}\" ipv4)"
+ if test $? -eq 0; then echo "Failed to find IP for ${target_hostname}"; exit 1; fi
+ target_base="$(echo \"${target_hostname}\" | sed 's/[[:digit:]]*$//')" #TODO: HACK
+ if test $? -eq 0; then echo "Failed to find target type from ${target_hostname}" [...]
+ sed "s/^ip=.*/ip=${target_ip}/" "${ABE_DIR}/config/boards/bench/${target_base}.j [...]
+ if test $? -eq 0; then echo "Failed to generate config file for target ${target_ [...]
+ targets=("${targets[@]}" "${target_hostname}")
+done
+export targets
+
echo "Running benchmark... I may be some time"
export LAVA_IN_LAB=1
"${ABE_DIR}"/scripts/Benchmark.job
--
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 inserted_src
in repository toolchain/semiautobench.
discards 0ffa098 Figure out targets at runtime
new 2582271 Figure out targets at runtime
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0ffa098)
\
N -- N -- N refs/heads/inserted_src (2582271)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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.
Summary of changes:
invoke_session_debian | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
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 inserted_src
in repository toolchain/semiautobench.
discards 84b0879 Figure out targets at runtime
new 0ffa098 Figure out targets at runtime
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (84b0879)
\
N -- N -- N refs/heads/inserted_src (0ffa098)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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.
Summary of changes:
invoke_session_debian | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
--
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 multinode
in repository toolchain/lavabench.
commit e62c9e84a80d543e989a9056fc306815c7e9b6c7
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 18:26:40 2015 +0200
Noddy attempt at multinode
Change-Id: I95dc6db8218815c4fb99f0886248b13f77ad5b27
---
invoke_session_debian | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 1650095..5c78691 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -39,16 +39,7 @@ mkdir -p /run
mkdir -p /run/hacking
echo $$ > /run/hacking/hacking.pid
-#Sometimes we can't find the server straight away
-c=0
-while test $c -lt 6; do c=$((c+1)); sleep 10; ping -c 1 ${listener_addr} && break; done
-if test $? -ne 0; then
- echo "Failed to find controlling server, exiting"
- echo "<LAVA_TEST_RUNNER>: exiting"
- exit
-fi
-
-echo "root@${ip_addr}" | nc "${listener_addr}" "${listener_port}"
+lava-network broadcast
#suspend in a way that is portable across shells and doesn't involve a busy-wait
pid=
--
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 multinode
in repository toolchain/lavabench.
discards 67fb13a Noddy attempt at multinode
new e62c9e8 Noddy attempt at multinode
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (67fb13a)
\
N -- N -- N refs/heads/multinode (e62c9e8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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.
Summary of changes:
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 inserted_src
in repository toolchain/semiautobench.
discards ef5f9af Figure out targets at runtime
discards 59a2d8e Remove TARGETS from parameters
new 11a27ca Remove TARGETS from parameters
new 84b0879 Figure out targets at runtime
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ef5f9af)
\
N -- N -- N refs/heads/inserted_src (84b0879)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 2 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.
Summary of changes:
invoke_session_debian | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
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.
unknown user pushed a change to branch trunk
in repository gcc.
from 9727b44 compiler: Improve location info for function parameters.
new 213c945 compiler,runtime: Determine if allocations need new point [...]
The 1 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.
Summary of changes:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 10 +---------
gcc/go/gofrontend/runtime.def | 4 ----
libgo/runtime/go-new.c | 11 ++---------
4 files changed, 4 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.