This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-buildlog in repository toolchain/abe.
discards af1bccc Attach output from build to host run discards 79791cc Attach build logs to host run adds 0c01335 Move comment in mustang.conf adds 70a7204 Generate YAML direct, not via template adds 869febb dispatch-benchmark.py takes multiple targets adds 3bba163 dispatch-benchmark.py: Permit role:conf specifiers adds 6e6e1fe dispatch-benchmark.py: Rename Benchmark.sh subproc adds 053ec29 Abandon rule that single target has role target adds 171f479 Tag specification in Benchmark.sh and CLI adds 4b01994 dispatch-benchmark.py: Delay token lookup adds 6995a31 Benchmark.sh: Standardize quoting adds 5e6f670 Benchmark.sh: Generic metadata before specific adds 50ff370 host_ip can only be an IP address, don't resolve adds 52b5a9d If we cannot resolve target, assume we have IP adds 7a4a426 Log sleeper when host-session fails adds 747d5d8 Comments for host-session yaml files adds 10f6a3f CLI interface: Default to microinstance server adds 0af93b3 CLI interface: Add dry-yaml option adds 2c8f096 target-session-tools: Add size adds b775def Benchmark.sh: Check that LAVA_SERVER is set. adds af9bfc6 Benchmark.sh: Use precooked Juno image adds e5d10a5 Correct gather scripts for Coremark-Pro quickrun adds 17c09ae Benchmark.sh: Basic check for URL validity adds f9416a0 host-session: Catch wget failure adds 8bab20b Support dummy hosts, dummy is default host adds 92bea0f Add iputils-ping to host sessions adds e11d994 remote.sh: Add ABE_REMOTE_SSH_OPTS adds f2e77be Make host-session persistence-safe adds e8fca0e host-session: Eliminate separate tmpdir for downloads adds ef0594f host-session: Pre-clean host adds 837cfba host-session: Restore full un/trusted distinction adds 0a8257a Allow host-session to use bot key adds e16e986 dummy-ssh host does not install a host key adds 3b63205 Benchmark.sh: Separate host/target public keys adds 2235edf Validate/appropriately handle separated pubkeys adds c6ad246 Move key validation into validate function adds f528714 Expose keys in CLI interface adds b9150b0 Benchmark.sh: Default trust based on IP adds 94384fa Benchmark.sh: Permit user override of TRUST adds ff2dbd9 host-session: Set sysroot via make flags adds 10b7039 Attach build log to host-session adds 3f862f4 Send most output to /dev/null new 7c950d2 Initialize maindir before exit handler new eb6d81f Only attach host-session logs to trusted sessions new 0a9a11a Attach abe's own make log new e3c935c Eliminate redundant paths in attached files
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 (af1bccc) \ N -- N -- N refs/heads/bernie/benchmarking-buildlog (e3c935c)
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 4 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/boards/mustang.conf | 3 +- config/bench/gather/CPU200x.sh | 3 - config/bench/gather/Coremark-Pro.sh | 113 ++++- config/bench/gather/fakebench.sh | 1 - config/bench/gather/test_Coremark-Pro.sh | 181 ++++++-- config/bench/jobdefs/template-uinstance.yaml | 109 ----- config/bench/jobdefs/template.yaml | 122 ------ config/bench/lava/host-session | 162 ++++--- config/bench/lava/host-session-multilib.yaml | 3 + config/bench/lava/host-session-no-multilib.yaml | 3 + ...session.yaml => host-session-persist-safe.yaml} | 1 - config/bench/lava/host-session.yaml | 3 + config/bench/lava/target-session-tools.yaml | 1 + lib/remote.sh | 8 +- scripts/Benchmark.sh | 487 ++++++++++++++------- scripts/dispatch-benchmark.py | 178 +++++--- scripts/runbenchmark.sh | 17 +- 17 files changed, 813 insertions(+), 582 deletions(-) delete mode 100644 config/bench/jobdefs/template-uinstance.yaml delete mode 100644 config/bench/jobdefs/template.yaml copy config/bench/lava/{host-session.yaml => host-session-persist-safe.yaml} (93%)