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 7307652fa614465317cf69ea9ad307d81de882d0
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 14 09:59:42 2015 +0200
WIP: Testing multinode
Change-Id: I827211a72bf103bbd4f15390b27d42b8aeb26989
---
invoke_session_debian | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index e1d8467..b3c881b 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -37,6 +37,9 @@ fi
ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...]
hostname=$(cat /etc/hostname)
echo ${ip_addr}
+export LAVA_MULTI_NODE_DEBUG=1
+lava-wait-all test target
+lava-send answer
# Set the PATH to use the LAVA api
echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc
@@ -90,7 +93,7 @@ lava-network collect eth0 target
declare -A targets
for lava_name in `lava-group | grep '[[:blank:]]*target$' | awk '{print $1}'`; do
target_ip="$(lava-network query \"${lava_name}\" ipv4)"
- if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; exit 1; fi
+ if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; sleep infinity [...]
target_base="$(echo \"${lava_name}\" | sed 's/[[:digit:]]*$//')" #TODO: HACK
if test $? -ne 0; then echo "Failed to find target type from ${lava_name}"; exit 1; fi
sed "s/^ip=.*/ip=${target_ip}/" "${ABE_DIR}/config/boards/bench/${target_base}.j [...]
--
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 13307ff6d4469494f48c20ac5c712fcb6506e385
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 14 09:57:54 2015 +0200
WIP: Testing multinode
Change-Id: Ifc966b946ebdfe5008c065e96f1240cb4c7a4c28
---
invoke_session_debian | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/invoke_session_debian b/invoke_session_debian
index 654bbbe..5737aac 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -39,6 +39,10 @@ mkdir -p /run
mkdir -p /run/hacking
echo $$ > /run/hacking/hacking.pid
+export LAVA_MULTI_NODE_DEBUG=1
+lava-send test
+lava-wait answer
+
lava-network broadcast eth0
#suspend in a way that is portable across shells and doesn't involve a busy-wait
--
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 518c6df WIP: Testing multinode
new 13307ff WIP: Testing 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 (518c6df)
\
N -- N -- N refs/heads/multinode (13307ff)
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 | 1 +
1 file changed, 1 insertion(+)
--
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 5c98f42 WIP: Testing multinode
new 206ee49 WIP: Testing 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 (5c98f42)
\
N -- N -- N refs/heads/inserted_src (206ee49)
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 | 1 +
1 file changed, 1 insertion(+)
--
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.
commit 206ee49641c12aa1fbfdce8f48f1e6aaf7505245
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 14 09:59:42 2015 +0200
WIP: Testing multinode
Change-Id: I827211a72bf103bbd4f15390b27d42b8aeb26989
---
invoke_session_debian | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index e1d8467..dc35346 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -37,6 +37,9 @@ fi
ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...]
hostname=$(cat /etc/hostname)
echo ${ip_addr}
+export LAVA_MULTI_NODE_DEBUG=1
+lava-wait test
+lava-send answer
# Set the PATH to use the LAVA api
echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc
@@ -90,7 +93,7 @@ lava-network collect eth0 target
declare -A targets
for lava_name in `lava-group | grep '[[:blank:]]*target$' | awk '{print $1}'`; do
target_ip="$(lava-network query \"${lava_name}\" ipv4)"
- if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; exit 1; fi
+ if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; sleep infinity [...]
target_base="$(echo \"${lava_name}\" | sed 's/[[:digit:]]*$//')" #TODO: HACK
if test $? -ne 0; then echo "Failed to find target type from ${lava_name}"; exit 1; fi
sed "s/^ip=.*/ip=${target_ip}/" "${ABE_DIR}/config/boards/bench/${target_base}.j [...]
--
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.
commit 5c98f42bbb7db9432719595de1c92b1f77dceb9a
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 14 09:59:42 2015 +0200
WIP: Testing multinode
Change-Id: I827211a72bf103bbd4f15390b27d42b8aeb26989
---
invoke_session_debian | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index e1d8467..61d297b 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -37,6 +37,8 @@ fi
ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...]
hostname=$(cat /etc/hostname)
echo ${ip_addr}
+lava-wait test
+lava-send answer
# Set the PATH to use the LAVA api
echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc
@@ -90,7 +92,7 @@ lava-network collect eth0 target
declare -A targets
for lava_name in `lava-group | grep '[[:blank:]]*target$' | awk '{print $1}'`; do
target_ip="$(lava-network query \"${lava_name}\" ipv4)"
- if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; exit 1; fi
+ if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; sleep infinity [...]
target_base="$(echo \"${lava_name}\" | sed 's/[[:digit:]]*$//')" #TODO: HACK
if test $? -ne 0; then echo "Failed to find target type from ${lava_name}"; exit 1; fi
sed "s/^ip=.*/ip=${target_ip}/" "${ABE_DIR}/config/boards/bench/${target_base}.j [...]
--
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 209f33f WIP: Testing multinode
new 5c98f42 WIP: Testing 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 (209f33f)
\
N -- N -- N refs/heads/inserted_src (5c98f42)
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.
unknown user pushed a change to branch trunk
in repository gcc.
from 1b316d6 Ignore -ftree-parallelize-loops={0,1} using gt
new 6700b27 2015-07-14 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 5 +++++
gcc/genmatch.c | 12 ++++++------
2 files changed, 11 insertions(+), 6 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 8a6be96 2015-07-14 Richard Biener <rguenther(a)suse.de>
new 1b316d6 Ignore -ftree-parallelize-loops={0,1} using gt
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/ChangeLog | 9 +++++++++
gcc/gcc.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 56 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.
bernie.ogden pushed a commit to branch multinode
in repository toolchain/lavabench.
commit 50805ae3289caf556584e4dacfc1efc37c754995
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..654bbbe 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 eth0
#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.