This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-clang-gcc-coremark-pro in repository toolchain/abe.
discards 4954371 Clean up toolchain usage discards 65665e3 Ensure that unset params get value None discards db05f99 WIP: Disable netctl for Juno discards 8dbdd3a WIP: Remove tag restrictions discards 26ba2be dispatch-benchmark.py: Support Coremark Pro discards 9e79058 CoremarkPro support discards fd0786c Add some (commented-out) debugging output discards 0656a63 Always read configs with target context discards 85533ed Apply target context when looking for binaries discards ced6914 Support external sysroot discards 0d689ce dispatch-benchmark.py: Option to set bundle stream discards f469a2e dispatch-benchmark.py: Validate input discards 4a51ba1 dispatch-benchmark.py: Message on dry-run exit discards b0743c0 dispatch-benchmark.py: Move dryrun exit to more natural location discards ee779dc dispatch-benchmark.py: Script to dispatch benchmarks discards 7114fc1 template.yaml: Metadata must be a string discards 117948a Remove old jobdefs discards 9fff06f Benchmark.sh,template.yaml: s/BUNDLE_STREAM_NAME/BUNDLE_STREAM/ discards e472071 Benchmark.sh: Make bundle stream default paranoid discards 12d163d Benchmark.sh: Handle enquoting in parameters discards e322085 Benchmark.sh: Set BUNDLE_STREAM_NAME only if unset discards 0c9cbeb Benchmark.sh: Set the right default branch discards d2372e7 Benchmark.sh: Remove redundant comments discards 5936dfc Benchmark.sh,template.yaml: Map from target type to image discards 243c10a Benchmark.sh,template.yaml: Accept public key discards d8f7620 Benchmark.sh,template.yaml: s/ABE_/TESTDEF_/ discards d5b7ab5 Benchmark.sh: Make LAVA_USER available to params discards 683945c Benchmark.sh: Get bundle server from external LAVA_SERVER def discards 86d6a50 Benchmark.sh: Braces-and-spaces discards b6ae58b Benchmark.sh: Allow optional parms to be undefined discards ef897f1 Import template.yaml from lava-jobs discards d8e8549 Add script to derive all job parameters discards 93e61a9 Remove redundant TODO discards 2447d1f WIP: 'Semi-trusted' concept, for testing purposes discards c104d20 Add trusted-host-session.yaml discards dc55b96 CPU2006.sh: Attach raw output to run adds a3e655e CPU2006.sh: Attach raw output to run adds c2c052a Add trusted-host-session.yaml adds ccb8cd9 WIP: 'Semi-trusted' concept, for testing purposes adds 2770a92 Remove redundant TODO adds 485d94e Add script to derive all job parameters adds 9497a97 Import template.yaml from lava-jobs adds 509e2b3 Benchmark.sh: Allow optional parms to be undefined adds 5ddfaed Benchmark.sh: Braces-and-spaces adds 4bb803f Benchmark.sh: Get bundle server from external LAVA_SERVER def adds 54fb1cf Benchmark.sh: Make LAVA_USER available to params adds a9ee5b6 Benchmark.sh,template.yaml: s/ABE_/TESTDEF_/ adds bbacf2f Benchmark.sh,template.yaml: Accept public key adds 2c16e96 Benchmark.sh,template.yaml: Map from target type to image adds 9588f83 Benchmark.sh: Remove redundant comments adds c94f182 Benchmark.sh: Set the right default branch adds 11d2661 Benchmark.sh: Set BUNDLE_STREAM_NAME only if unset adds 276b177 Benchmark.sh: Handle enquoting in parameters adds 82e1276 Benchmark.sh: Make bundle stream default paranoid adds 6f8a0a2 Benchmark.sh,template.yaml: s/BUNDLE_STREAM_NAME/BUNDLE_STREAM/ adds 6dd89f0 Remove old jobdefs adds 4226a1f template.yaml: Metadata must be a string adds c610b09 dispatch-benchmark.py: Script to dispatch benchmarks adds 64f91e5 dispatch-benchmark.py: Move dryrun exit to more natural location adds 3100dbe dispatch-benchmark.py: Message on dry-run exit adds 190b219 dispatch-benchmark.py: Validate input adds fcaa26e dispatch-benchmark.py: Option to set bundle stream adds 4234e4f Support external sysroot adds f9cd693 Apply target context when looking for binaries adds 6508886 Always read configs with target context adds b1d5fbc Add some (commented-out) debugging output adds 5597d02 CoremarkPro support adds bf7a56e dispatch-benchmark.py: Support Coremark Pro adds 6a64030 Gather script for Coremark Pro adds e46c159 WIP: Remove tag restrictions adds 5e430a9 WIP: Disable netctl for Juno adds de6e3f7 Ensure that unset params get value None adds c54c9e2 Clean up toolchain usage adds 6798be5 benchmark.sh: Rename GCC to something more generic
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 (4954371) \ N -- N -- N refs/heads/bernie/benchmarking-clang-gcc-coremark-pro (6798be5)
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.
No new revisions were added by this update.
Summary of changes: config/bench/gather/CPU2006.sh | 21 ++- config/bench/gather/CoremarkPro.sh | 206 ++++++++++++++++++++++++++ config/bench/gather/test_CPU2006.sh | 7 + config/bench/gather/test_CoremarkPro.sh | 251 ++++++++++++++++++++++++++++++++ scripts/benchmark.sh | 38 ++--- 5 files changed, 498 insertions(+), 25 deletions(-) create mode 100755 config/bench/gather/CoremarkPro.sh create mode 100755 config/bench/gather/test_CoremarkPro.sh