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.
from aebc1d2 Alphabetise options new 2d5ad30 Move config/boards/bench to config/bench/boards new 90b9597 LAVA configuration
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/{boards/bench => bench/boards}/arndale.conf | 0 .../bench => bench/boards}/arndale.services | 0 .../{boards/bench => bench/boards}/juno-a53.conf | 0 .../bench => bench/boards}/juno-a53.services | 0 .../{boards/bench => bench/boards}/juno-a57.conf | 0 .../bench => bench/boards}/juno-a57.services | 0 config/{boards/bench => bench/boards}/kvm.conf | 0 config/{boards/bench => bench/boards}/kvm.services | 0 .../{boards/bench => bench/boards}/localhost.conf | 0 .../bench => bench/boards}/localhost.services | 0 .../{boards/bench => bench/boards}/panda-es.conf | 0 .../bench => bench/boards}/panda-es.services | 0 config/bench/lava/host-session | 145 +++++++++++++++++++++ config/bench/lava/host-session.yaml | 39 ++++++ config/bench/lava/setup | 10 ++ config/bench/lava/target-session | 3 + config/bench/lava/target-session.yaml | 24 ++++ scripts/benchmark.sh | 2 +- scripts/runbenchmark.sh | 2 +- 19 files changed, 223 insertions(+), 2 deletions(-) rename config/{boards/bench => bench/boards}/arndale.conf (100%) rename config/{boards/bench => bench/boards}/arndale.services (100%) rename config/{boards/bench => bench/boards}/juno-a53.conf (100%) rename config/{boards/bench => bench/boards}/juno-a53.services (100%) rename config/{boards/bench => bench/boards}/juno-a57.conf (100%) rename config/{boards/bench => bench/boards}/juno-a57.services (100%) rename config/{boards/bench => bench/boards}/kvm.conf (100%) rename config/{boards/bench => bench/boards}/kvm.services (100%) rename config/{boards/bench => bench/boards}/localhost.conf (100%) rename config/{boards/bench => bench/boards}/localhost.services (100%) rename config/{boards/bench => bench/boards}/panda-es.conf (100%) rename config/{boards/bench => bench/boards}/panda-es.services (100%) create mode 100755 config/bench/lava/host-session create mode 100644 config/bench/lava/host-session.yaml create mode 100755 config/bench/lava/setup create mode 100755 config/bench/lava/target-session create mode 100644 config/bench/lava/target-session.yaml