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 2d5ad30ba638987704525a9e4de80349e5ed0dc7 Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 11:56:55 2015 +0200
Move config/boards/bench to config/bench/boards
Preparation for putting lava configuration in config/bench
Change-Id: I59ffe7846d2a5ded2d0e93b90e8f927abb79bb59 --- config/{boards/bench => bench/boards}/arndale.conf | 0 config/{boards/bench => bench/boards}/arndale.services | 0 config/{boards/bench => bench/boards}/juno-a53.conf | 0 config/{boards/bench => bench/boards}/juno-a53.services | 0 config/{boards/bench => bench/boards}/juno-a57.conf | 0 config/{boards/bench => bench/boards}/juno-a57.services | 0 config/{boards/bench => bench/boards}/kvm.conf | 0 config/{boards/bench => bench/boards}/kvm.services | 0 config/{boards/bench => bench/boards}/localhost.conf | 0 config/{boards/bench => bench/boards}/localhost.services | 0 config/{boards/bench => bench/boards}/panda-es.conf | 0 config/{boards/bench => bench/boards}/panda-es.services | 0 scripts/benchmark.sh | 2 +- scripts/runbenchmark.sh | 2 +- 14 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/boards/bench/arndale.conf b/config/bench/boards/arndale.conf similarity index 100% rename from config/boards/bench/arndale.conf rename to config/bench/boards/arndale.conf diff --git a/config/boards/bench/arndale.services b/config/bench/boards/arndale.services similarity index 100% rename from config/boards/bench/arndale.services rename to config/bench/boards/arndale.services diff --git a/config/boards/bench/juno-a53.conf b/config/bench/boards/juno-a53.conf similarity index 100% rename from config/boards/bench/juno-a53.conf rename to config/bench/boards/juno-a53.conf diff --git a/config/boards/bench/juno-a53.services b/config/bench/boards/juno-a53.services similarity index 100% rename from config/boards/bench/juno-a53.services rename to config/bench/boards/juno-a53.services diff --git a/config/boards/bench/juno-a57.conf b/config/bench/boards/juno-a57.conf similarity index 100% rename from config/boards/bench/juno-a57.conf rename to config/bench/boards/juno-a57.conf diff --git a/config/boards/bench/juno-a57.services b/config/bench/boards/juno-a57.services similarity index 100% rename from config/boards/bench/juno-a57.services rename to config/bench/boards/juno-a57.services diff --git a/config/boards/bench/kvm.conf b/config/bench/boards/kvm.conf similarity index 100% rename from config/boards/bench/kvm.conf rename to config/bench/boards/kvm.conf diff --git a/config/boards/bench/kvm.services b/config/bench/boards/kvm.services similarity index 100% rename from config/boards/bench/kvm.services rename to config/bench/boards/kvm.services diff --git a/config/boards/bench/localhost.conf b/config/bench/boards/localhost.conf similarity index 100% rename from config/boards/bench/localhost.conf rename to config/bench/boards/localhost.conf diff --git a/config/boards/bench/localhost.services b/config/bench/boards/localhost [...] similarity index 100% rename from config/boards/bench/localhost.services rename to config/bench/boards/localhost.services diff --git a/config/boards/bench/panda-es.conf b/config/bench/boards/panda-es.conf similarity index 100% rename from config/boards/bench/panda-es.conf rename to config/bench/boards/panda-es.conf diff --git a/config/boards/bench/panda-es.services b/config/bench/boards/panda-es.services similarity index 100% rename from config/boards/bench/panda-es.services rename to config/bench/boards/panda-es.services diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index 9c99946..b81b189 100755 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -49,7 +49,7 @@ $0 [-tckh] -b <benchmark> <board...> -k Keep. If this is set, benchmark sources and results will be left on target.
- <board...> may be anything that has a file in config/boards/bench, e.g. the + <board...> may be anything that has a file in config/bench/boards, e.g. the existence of arndale.conf means that you can put arndale here. At least one target may be specified. Each target must only be specified once.
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh index 6301138..60f97b6 100755 --- a/scripts/runbenchmark.sh +++ b/scripts/runbenchmark.sh @@ -53,7 +53,7 @@ else exit 1 fi topdir="${abe_path}" #abe global, but this should be the right value for abe -confdir="${topdir}/config/boards/bench" +confdir="${topdir}/config/bench/boards" benchlog="`. ${abe_top}/host.conf && . ${topdir}/lib/common.sh && read_config ${be [...] if test $? -ne 0; then echo "Unable to read benchmark config file for ${benchmark}" 1>&2