This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking
in repository toolchain/abe.
discards 6566080 Benchmark.job removes files from targets unless BENCH_DEBUG is given
new 475708b Benchmark.job removes files from targets unless BENCH_DEBUG is given
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 (6566080)
\
N -- N -- N refs/heads/bernie/benchmarking (475708b)
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:
--
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/benchmarking
in repository toolchain/abe.
from 1604eb2 Remove redundant ABE_BRANCH parameter
new f91408e Issue the post-run command whenever we delete the source
new 6566080 Benchmark.job removes files from targets unless BENCH_DEBUG is given
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 | 5 ++++-
scripts/Benchmark.job | 4 ++--
scripts/runbenchmark.sh | 13 +++++--------
3 files changed, 11 insertions(+), 11 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/benchmarking
in repository toolchain/abe.
commit f91408e265d20caa87352651a9e1bdd88f469a63
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 16:05:50 2015 +0200
Issue the post-run command whenever we delete the source
Once the source is deleted, we're happy to shut down. To be good
citizens with shared resources, we should do so.
Change-Id: I0e02660f51d7fb05cad4886e187fcdab1a04e890
---
scripts/runbenchmark.sh | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh
index 60f97b6..dabb7c8 100755
--- a/scripts/runbenchmark.sh
+++ b/scripts/runbenchmark.sh
@@ -90,6 +90,11 @@ clean_benchmark()
(. "${topdir}"/lib/common.sh; remote_exec "${ip}" "rm -rf ${target_dir}" ${s [...]
if test $? -eq 0; then
echo "Removed ${target_dir} from ${ip}"
+ echo "Sending post-target command '${post_target_cmd}' - will not check er [...]
+ if test x"${post_target_cmd}" != x; then
+ (. ${topdir}/lib/common.sh; remote_exec "${ip}" "${post_target_cmd}" ${s [...]
+ fi
+ #We don't check the error code because this might well include a shutdown
else
echo "Failed to remove ${target_dir} from ${ip}. You might want to go in a [...]
error=1
@@ -99,14 +104,6 @@ clean_benchmark()
echo "Target post-boot initialisation did not happen, thus nothing to clean up."
fi
- if test ${error} -eq 0; then
- echo "Sending post-target command '${post_target_cmd}' - will not check error code"
- if test x"${post_target_cmd}" != x; then
- (. ${topdir}/lib/common.sh; remote_exec "${ip}" "${post_target_cmd}" ${ssh_opts})
- fi
- #We don't check the error code because this might well include a shutdown
- fi
-
exit "${error}"
}
--
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.
The following commit(s) were added to refs/heads/bernie/jenkmarking-multinode by th [...]
new 1604eb2 Remove redundant ABE_BRANCH parameter
1604eb2 is described below
commit 1604eb2b8a4c99ff16ee2f5a6bd3ead905c28af8
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 14:46:54 2015 +0200
Remove redundant ABE_BRANCH parameter
We keep the job definitions in abe, so the branch is specified in
the json that starts the job.
Change-Id: Id601f348c2ca6dd2f2657e528713a62126741de8
---
config/bench/lava/host-session.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/config/bench/lava/host-session.yaml b/config/bench/lava/host-session.yaml
index 45af514..b4ada28 100644
--- a/config/bench/lava/host-session.yaml
+++ b/config/bench/lava/host-session.yaml
@@ -6,7 +6,6 @@ metadata:
params:
PUB_KEY: None
- ABE_BRANCH: benchmarking
BENCHMARK: fakebench
TOOLCHAIN: https://releases.linaro.org/14.11/components/toolchain/binaries/arm [...]
RUN_FLAGS: None
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.