aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 14:52:13 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 14:52:13 +0000
commitc8c712e82b872f449795e01fe134469cf611f4df (patch)
treeb819998f33555c2529bd4e85c0982c9b861e48a5
parent9e90b08349737f55f1bb91ba8a0dda7b5070ff8e (diff)
moved agenda templates from server to git
-rw-r--r--templates/a15only_audio.yaml13
-rw-r--r--templates/a15only_bbench_audio.yaml15
-rw-r--r--templates/a7only_audio.yaml14
-rw-r--r--templates/a7only_bbench_audio.yaml16
-rw-r--r--templates/hmp_audio.yaml16
-rw-r--r--templates/hmp_bbench_audio.yaml18
-rw-r--r--templates/iks_audio.yaml10
-rw-r--r--templates/iks_bbench_audio.yaml12
-rw-r--r--wa2host.yaml21
9 files changed, 124 insertions, 11 deletions
diff --git a/templates/a15only_audio.yaml b/templates/a15only_audio.yaml
new file mode 100644
index 0000000..c2cf759
--- /dev/null
+++ b/templates/a15only_audio.yaml
@@ -0,0 +1,13 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 1b_a15_audio
+ workload_name: audio
+ boot_parameters:
+ os_mode: mp_a15_only
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/a15only_bbench_audio.yaml b/templates/a15only_bbench_audio.yaml
new file mode 100644
index 0000000..b5137c6
--- /dev/null
+++ b/templates/a15only_bbench_audio.yaml
@@ -0,0 +1,15 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 1a_a15_bbench_audio
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true
+ boot_parameters:
+ os_mode: mp_a15_only
+ runtime_parameters:
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/a7only_audio.yaml b/templates/a7only_audio.yaml
new file mode 100644
index 0000000..32ffbbf
--- /dev/null
+++ b/templates/a7only_audio.yaml
@@ -0,0 +1,14 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 4b_a7_audio
+ workload_name: audio
+ boot_parameters:
+ os_mode: mp_a7_only
+ runtime_parameters:
+ a7_min_frequency: 500000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/a7only_bbench_audio.yaml b/templates/a7only_bbench_audio.yaml
new file mode 100644
index 0000000..4f835f9
--- /dev/null
+++ b/templates/a7only_bbench_audio.yaml
@@ -0,0 +1,16 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 4a_a7_bbench_audio
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true
+ boot_parameters:
+ os_mode: mp_a7_only
+ runtime_parameters:
+ a7_min_frequency: 500000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/hmp_audio.yaml b/templates/hmp_audio.yaml
new file mode 100644
index 0000000..c0188b6
--- /dev/null
+++ b/templates/hmp_audio.yaml
@@ -0,0 +1,16 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 2b_a7bc_audio
+ workload_name: audio
+ boot_parameters:
+ os_mode: mp_a7_bootcluster
+ runtime_parameters:
+ a7_min_frequency: 500000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/hmp_bbench_audio.yaml b/templates/hmp_bbench_audio.yaml
new file mode 100644
index 0000000..9255d5c
--- /dev/null
+++ b/templates/hmp_bbench_audio.yaml
@@ -0,0 +1,18 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 2a_a7bc_bbench_audio
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true
+ boot_parameters:
+ os_mode: mp_a7_bootcluster
+ runtime_parameters:
+ a7_min_frequency: 500000
+ a7_governor_tunables:
+ above_hispeed_delay: 20000
+ a15_governor_tunables:
+ above_hispeed_delay: 20000
diff --git a/templates/iks_audio.yaml b/templates/iks_audio.yaml
new file mode 100644
index 0000000..7e51a55
--- /dev/null
+++ b/templates/iks_audio.yaml
@@ -0,0 +1,10 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 3b_iks_audio
+ workload_name: audio
+ boot_parameters:
+ os_mode: iks_cpu
diff --git a/templates/iks_bbench_audio.yaml b/templates/iks_bbench_audio.yaml
new file mode 100644
index 0000000..20b649b
--- /dev/null
+++ b/templates/iks_bbench_audio.yaml
@@ -0,0 +1,12 @@
+global:
+ iterations: 1
+config:
+ result_processors: [csv, sqlite]
+ sqlite_database: ~/my_results.db
+workloads:
+ - id: 3a_iks_bbench_audio
+ workload_name: bbench
+ workload_parameters:
+ with_audio: true
+ boot_parameters:
+ os_mode: iks_cpu
diff --git a/wa2host.yaml b/wa2host.yaml
index 274816b..c635bae 100644
--- a/wa2host.yaml
+++ b/wa2host.yaml
@@ -19,14 +19,13 @@ params:
run:
steps:
- - lava-test-case step1-$SIGNAL_PREFIX-mkdir-templates --shell mkdir templates
- - lava-test-case step2-$SIGNAL_PREFIX-copy-templates --shell cp /root/templates/* templates/
- - lava-test-case step3-$SIGNAL_PREFIX-prepare-agenda --shell ./prepare-agenda.py --agenda $AGENDA --job-name $JOB_NAME
- - lava-test-case step4-$SIGNAL_PREFIX-wait-for-ip --shell lava-wait $SIGNAL_PREFIX-send-ip
- - lava-test-case step5-$SIGNAL_PREFIX-kill-adb-server --shell adb kill-server
- - lava-test-case step6-$SIGNAL_PREFIX-start-adb-server --shell adb start-server
- - lava-test-case step7-$SIGNAL_PREFIX-prepare-config --shell ./prepare-config.py --prefix $SIGNAL_PREFIX
- - lava-test-case step8-$SIGNAL_PREFIX-prepare-device --shell ./prepare-device.sh $MODE
- - lava-test-case step9-$SIGNAL_PREFIX-run-workload --shell ./run-workload.sh $AGENDA $JOB_NAME
- - lava-test-case step10-$SIGNAL_PREFIX-tear-down --shell ./tear-down.sh $JOB_NAME
- - lava-test-case step11-$SIGNAL_PREFIX-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished
+ - lava-test-case step1-$SIGNAL_PREFIX-copy-templates --shell cp /root/templates/config.py templates/
+ - lava-test-case step2-$SIGNAL_PREFIX-prepare-agenda --shell ./prepare-agenda.py --agenda $AGENDA --job-name $JOB_NAME
+ - lava-test-case step3-$SIGNAL_PREFIX-wait-for-ip --shell lava-wait $SIGNAL_PREFIX-send-ip
+ - lava-test-case step4-$SIGNAL_PREFIX-kill-adb-server --shell adb kill-server
+ - lava-test-case step5-$SIGNAL_PREFIX-start-adb-server --shell adb start-server
+ - lava-test-case step6-$SIGNAL_PREFIX-prepare-config --shell ./prepare-config.py --prefix $SIGNAL_PREFIX
+ - lava-test-case step7-$SIGNAL_PREFIX-prepare-device --shell ./prepare-device.sh $MODE
+ - lava-test-case step8-$SIGNAL_PREFIX-run-workload --shell ./run-workload.sh $AGENDA $JOB_NAME
+ - lava-test-case step9-$SIGNAL_PREFIX-tear-down --shell ./tear-down.sh $JOB_NAME
+ - lava-test-case step10-$SIGNAL_PREFIX-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished