From c8c712e82b872f449795e01fe134469cf611f4df Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Fri, 21 Mar 2014 14:52:13 +0000 Subject: moved agenda templates from server to git --- templates/a15only_audio.yaml | 13 +++++++++++++ templates/a15only_bbench_audio.yaml | 15 +++++++++++++++ templates/a7only_audio.yaml | 14 ++++++++++++++ templates/a7only_bbench_audio.yaml | 16 ++++++++++++++++ templates/hmp_audio.yaml | 16 ++++++++++++++++ templates/hmp_bbench_audio.yaml | 18 ++++++++++++++++++ templates/iks_audio.yaml | 10 ++++++++++ templates/iks_bbench_audio.yaml | 12 ++++++++++++ wa2host.yaml | 21 ++++++++++----------- 9 files changed, 124 insertions(+), 11 deletions(-) create mode 100644 templates/a15only_audio.yaml create mode 100644 templates/a15only_bbench_audio.yaml create mode 100644 templates/a7only_audio.yaml create mode 100644 templates/a7only_bbench_audio.yaml create mode 100644 templates/hmp_audio.yaml create mode 100644 templates/hmp_bbench_audio.yaml create mode 100644 templates/iks_audio.yaml create mode 100644 templates/iks_bbench_audio.yaml 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 -- cgit v1.2.3