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.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push: new 1a9237c Reduce target-session to minimal patches 1a9237c is described below
commit 1a9237cbd04bc429adb860a940c6f9ff0633a751 Author: Bernard Ogden bernie.ogden@linaro.org Date: Wed Jul 29 18:09:55 2015 +0200
Reduce target-session to minimal patches
Create a special targt-session for kvm targets, which are just used for testing and need extra stuff to support running benchmarks natively.
Change-Id: Id91fd2841330b253f3694c09def9f53139a0c474 --- config/bench/lava/{target-session.yaml => target-session-kvm.yaml} | 4 +--- config/bench/lava/target-session.yaml | 5 ----- 2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/config/bench/lava/target-session.yaml b/config/bench/lava/target-sessi [...] similarity index 88% copy from config/bench/lava/target-session.yaml copy to config/bench/lava/target-session-kvm.yaml index 65f37a5..fd5d593 100644 --- a/config/bench/lava/target-session.yaml +++ b/config/bench/lava/target-session-kvm.yaml @@ -1,5 +1,5 @@ metadata: - name: bench-session + name: bench-session-kvm format: "Lava-Test-Shell Test Definition 1.0" description: "Benchmarking Session" version: 1.0 @@ -10,13 +10,11 @@ params: install: deps: - openssh-server - - wget - make - cpufrequtils - binutils - gawk - libgfortran3 - - rsync - inotify-tools
run: diff --git a/config/bench/lava/target-session.yaml b/config/bench/lava/target-session.yaml index 65f37a5..1185555 100644 --- a/config/bench/lava/target-session.yaml +++ b/config/bench/lava/target-session.yaml @@ -10,13 +10,8 @@ params: install: deps: - openssh-server - - wget - make - cpufrequtils - - binutils - - gawk - - libgfortran3 - - rsync - inotify-tools
run: