This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from ebd5ca6 Daily bump.
new b1eac90 [match.pd] PR middle-end/66915 Restrict A - B -> A + (-B) to [...]
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 | 6 ++++++
gcc/match.pd | 4 ++--
2 files changed, 8 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.
The following commit(s) were added to refs/heads/multinode by this push:
new c84a201 Restore lava-network broadcast, to match change on other side
c84a201 is described below
commit c84a201b678f6cef7a0f0530419c74d030900c03
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 21 10:39:44 2015 +0200
Restore lava-network broadcast, to match change on other side
Change-Id: Ieadb2344202524edaa697d89f70a42967fdf7c9d
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 65c9814..1dd6d92 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -44,8 +44,8 @@ lava-group
lava-send test
lava-wait answer
-#lava-network broadcast eth0
lava-send ip "ip=`hostname -I`"
+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.
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 a2dd4c0 Try doing a broadcast before a collect
a2dd4c0 is described below
commit a2dd4c0a2c2de8a16f679eee586eeffab0dbd8b3
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 21 10:38:58 2015 +0200
Try doing a broadcast before a collect
Effectively the same as doing a lava-send before a lava-wait-all?
Working on hypothesis that the role stuff is busted.
Change-Id: I673c18630148985cd916716b0b04df5ed0bc127f
---
invoke_session_debian | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index bdd9c25..9e257f6 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -111,9 +111,10 @@ mkdir -p /run/hacking
echo $$ > /run/hacking/hacking.pid
#Generate config file for each target in multinode job
-#lava-network collect eth0 target
lava-send ip
lava-wait-all ip
+lava-network broadcast eth0
+lava-network collect eth0
echo WAITED > /dev/console
cat /tmp/lava_multi_node_cache.txt
declare -A targets
--
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 a878a61 Add a send, for case where we wait-all without a role
a878a61 is described below
commit a878a6153bca3e7772259c79a9e00674f8937536
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 21 10:12:45 2015 +0200
Add a send, for case where we wait-all without a role
Change-Id: I9633e05ac27a8e0cccae9af2540987de6c131894
---
invoke_session_debian | 1 +
1 file changed, 1 insertion(+)
diff --git a/invoke_session_debian b/invoke_session_debian
index 4e84208..bdd9c25 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -112,6 +112,7 @@ echo $$ > /run/hacking/hacking.pid
#Generate config file for each target in multinode job
#lava-network collect eth0 target
+lava-send ip
lava-wait-all ip
echo WAITED > /dev/console
cat /tmp/lava_multi_node_cache.txt
--
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 ddaf5cc468325ec6216069ddc106945469a26c3f
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 21 09:56:38 2015 +0200
wip: do not be role-specific
Change-Id: Ib056fec3ea9d833b34d3c161ed1c028fed51c24b
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 0ca8760..4e84208 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -112,7 +112,7 @@ echo $$ > /run/hacking/hacking.pid
#Generate config file for each target in multinode job
#lava-network collect eth0 target
-lava-wait-all ip target
+lava-wait-all ip
echo WAITED > /dev/console
cat /tmp/lava_multi_node_cache.txt
declare -A targets
--
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.
from ca8a7f7 wip: do not wait for source
new 8152ca3 wip: lots of checking
new ddaf5cc wip: do not be role-specific
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 | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 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.
The following commit(s) were added to refs/heads/multinode by this push:
new 11d57af wip: add a missing id
11d57af is described below
commit 11d57afbe72e55adffb0bb2ed76dd88cd9b0e33b
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 21 09:01:40 2015 +0200
wip: add a missing id
Change-Id: If4908e476d4bc340114ef3dd16fb5f06232f2d87
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 74ca993..65c9814 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -45,7 +45,7 @@ lava-send test
lava-wait answer
#lava-network broadcast eth0
-lava-send "ip=`hostname -I`"
+lava-send ip "ip=`hostname -I`"
#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 commit to branch inserted_src
in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push:
new ca8a7f7 wip: do not wait for source
ca8a7f7 is described below
commit ca8a7f7b8ca090f4ff9cef68a858c28c6ac63f5a
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 21 08:37:42 2015 +0200
wip: do not wait for source
Change-Id: I20e37c294c9e435da96538b95a6440f291f699b4
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index f53dd7f..5d3668e 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -84,7 +84,7 @@ if ! ssh -i ~/data/onetime -o StrictHostKeyChecking=no localhost [...]
fi
echo "*** WAITING FOR SOURCE: ${ip_addr}"
-while ! test -e /tmp/benchsrc_ready; do inotifywait -e create /tmp; done
+#while ! test -e /tmp/benchsrc_ready; do inotifywait -e create /tmp; done
echo ""
mkdir -p /run
mkdir -p /run/hacking
--
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 d9b3844 * config/rl78/rl78-real.md (andqi3_real): Expand operands for [...]
new ebd5ca6 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.