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 75aa1940ee8930e2da397499b0289b59326c36f9
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 12:58:57 2015 +0200
More output when we trap errors for debug
Change-Id: Ibebb026f99f52eea0a02050246c06a6c064d560a
---
config/bench/lava/host-session | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session
index e2c32a9..d026ef9 100755
--- a/config/bench/lava/host-session
+++ b/config/bench/lava/host-session
@@ -7,6 +7,9 @@ error=1
function exitfunc {
if test ${error} -ne 0; then
if test x"${BENCH_DEBUG}" != x && test x"${BENCH_DEBUG}" != xNone; then
+ echo "Trapped exit with error ${error}"
+ echo "Sleeping for debug"
+ echo "ssh -o ControlMaster=no -o ControlPath=/dev/null `hostname -I | tr -d [...]
sleep infinity
fi
fi
--
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 9d8e046 [AArch64] Properly handle simple arith+extend ops in rtx costs
new 39e21ca 2015-07-28 Richard Biener <rguenther(a)suse.de>
new aa0bf07 2015-07-28 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 9 +++++++++
gcc/match.pd | 52 ++++++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 55 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 master
in repository gcc.
from 9d8e046 [AArch64] Properly handle simple arith+extend ops in rtx costs
new 39e21ca 2015-07-28 Richard Biener <rguenther(a)suse.de>
new aa0bf07 2015-07-28 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 9 +++++++++
gcc/match.pd | 52 ++++++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 55 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 66ed189 2015-07-28 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9d8e046 [AArch64] Properly handle simple arith+extend ops in rtx costs
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 | 7 +++++++
gcc/config/aarch64/aarch64.c | 11 +++++++++--
2 files changed, 16 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 change to branch bernie/jenkmarking-multinode
in repository toolchain/abe.
discards 68a090f LAVA configuration
new 1013694 LAVA configuration
new d2d1903 More output when we trap errors for debug
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 (68a090f)
\
N -- N -- N refs/heads/bernie/jenkmarking-multinode (d2d1903)
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:
config/bench/lava/host-session | 6 +++---
config/bench/lava/host-session.yaml | 4 ++--
2 files changed, 5 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 bernie/jenkmarking-multinode
in repository toolchain/abe.
commit d2d19033becebac4809404b1827bdac8744ef80e
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 12:58:57 2015 +0200
More output when we trap errors for debug
Change-Id: Ibebb026f99f52eea0a02050246c06a6c064d560a
---
config/bench/lava/host-session | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session
index b50fe56..a4dcaef 100755
--- a/config/bench/lava/host-session
+++ b/config/bench/lava/host-session
@@ -7,6 +7,9 @@ error=1
function exitfunc {
if test ${error} -ne 0; then
if test x"${BENCH_DEBUG}" != x && test x"${BENCH_DEBUG}" != xNone; then
+ echo "Trapped exit with error ${error}"
+ echo "Sleeping for debug"
+ echo "ssh -o ControlMaster=no -o ControlPath=/dev/null `hostname -I | tr -d [...]
sleep infinity
fi
fi
--
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.
discards 90b9597 LAVA configuration
new 68a090f LAVA configuration
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 (90b9597)
\
N -- N -- N refs/heads/bernie/jenkmarking-multinode (68a090f)
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:
config/bench/lava/host-session.yaml | 4 ++--
config/bench/lava/target-session.yaml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.