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 a0f70a4d972296792f379b3dc4951d25934fbb15
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Fri Jul 24 17:52:11 2015 +0200
Add option to reboot target on completion
Benchmark.job will do this by default
This can be a good practice for noise mitigation
Conveniently, it also releases LAVA targets
Change-Id: Ic7172f8abdbc855aba0555df7b3f87baca104216
---
scripts/runbenchmark.sh | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh
index 9f3abd0..29f498e 100755
--- a/scripts/runbenchmark.sh
+++ b/scripts/runbenchmark.sh
@@ -18,7 +18,8 @@ keep=
cautious=''
build_dir=
run_benchargs=
-while getopts g:b:d:t:a:kpc flag; do
+kill_target=0
+while getopts g:b:d:t:a:kpcs flag; do
case "${flag}" in
g) tag="${OPTARG}";;
k) keep='-k';;
@@ -28,6 +29,7 @@ while getopts g:b:d:t:a:kpc flag; do
d) device="${OPTARG}";;
t) buildtar="${OPTARG}";;
a) run_benchargs="${OPTARG}";;
+ s) kill_target=1;;
*)
echo "Bad arg" 1>&2
exit 1
@@ -208,6 +210,10 @@ for log in ../stdout ../stderr linarobenchlog ${benchlog}; do
fi
done
+if test ${kill_target} -ne 0; then
+ (. ${topdir}/lib/common.sh; remote_exec "${ip}" 'sudo shutdown -r 0' ${ssh_opts})
+fi
+
if test ${error} -eq 0; then
echo "+++ Run of ${benchmark} on ${device} succeeded"
else
--
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 60a4580 Honour DriverOnly for enum values in error messages
new ddc9c98 2015-07-28 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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/tree-ssa-math-opts.c | 2 +-
2 files changed, 7 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.
unknown user pushed a change to branch trunk
in repository gcc.
from c14bac8 * config.sub, config.guess: Import from upstream.
new 60a4580 Honour DriverOnly for enum values in error messages
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/opts-common.c | 2 ++
2 files changed, 8 insertions(+)
--
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 b419f44 Daily bump.
new c14bac8 * config.sub, config.guess: Import from upstream.
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:
ChangeLog | 4 ++++
config.guess | 31 ++++++++++++++++++++++++-------
config.sub | 18 ++++++++++++------
3 files changed, 40 insertions(+), 13 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 dbbd4c6 gcc/c/ChangeLog
new b419f44 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 2bb2f6b * c-c++-common/Wtautological-compare-2.c: Remove unused line.
new dbbd4c6 gcc/c/ChangeLog
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/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 20 ++++++++------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/parm-incomplete-1.c | 1 -
gcc/testsuite/gcc.dg/pr18809-1.c | 1 -
gcc/testsuite/gcc.dg/pr27953.c | 1 -
gcc/testsuite/gcc.dg/vla-11.c | 1 -
7 files changed, 22 insertions(+), 16 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 81fbee0 Simplify gather_scalar_reductions
new 2bb2f6b * c-c++-common/Wtautological-compare-2.c: Remove unused line.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/Wtautological-compare-2.c | 2 --
2 files changed, 4 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 e5b7f5c * ipa-devirt.c (types_same_for_odr): Fix typo.
new 3b73c99 Update outer-4.c and uns-outer-4.c
new 81fbee0 Simplify gather_scalar_reductions
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 | 5 +++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/autopar/outer-4.c | 19 +++++++------------
gcc/testsuite/gcc.dg/autopar/uns-outer-4.c | 11 +----------
gcc/tree-parloops.c | 21 ++++++++++++---------
5 files changed, 35 insertions(+), 31 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 e5b7f5c * ipa-devirt.c (types_same_for_odr): Fix typo.
new 3b73c99 Update outer-4.c and uns-outer-4.c
new 81fbee0 Simplify gather_scalar_reductions
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 | 5 +++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/autopar/outer-4.c | 19 +++++++------------
gcc/testsuite/gcc.dg/autopar/uns-outer-4.c | 11 +----------
gcc/tree-parloops.c | 21 ++++++++++++---------
5 files changed, 35 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.