aboutsummaryrefslogtreecommitdiff
path: root/examples/wa2_hmp_geekbench3.json
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-04-23 14:52:47 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-04-23 14:52:47 +0100
commit30486315531e31bcf3ab9f7c47f4557a381ee2ef (patch)
tree3b52a7bf65c11dee1d1808565a2a57f8651a1e18 /examples/wa2_hmp_geekbench3.json
parent0c77cdd96e5ff9ed7bf3534f7d96d695c6cfd57d (diff)
Added example JSON files for available agenda files and postprocessing2014.04
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'examples/wa2_hmp_geekbench3.json')
-rw-r--r--examples/wa2_hmp_geekbench3.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/examples/wa2_hmp_geekbench3.json b/examples/wa2_hmp_geekbench3.json
new file mode 100644
index 0000000..dcd3e34
--- /dev/null
+++ b/examples/wa2_hmp_geekbench3.json
@@ -0,0 +1,82 @@
+{
+ "actions": [
+ {
+ "command": "dummy_deploy",
+ "parameters": {
+ "target_type": "ubuntu"
+ }
+ },
+ {
+ "command": "deploy_linaro_android_image",
+ "metadata": {
+ "android.build": "$ANDROID_META_BUILD",
+ "android.name": "$ANDROID_META_NAME",
+ "android.url": "$ANDROID_META_URL"
+ },
+ "parameters": {
+ "boot": "$ANDROID_BOOT",
+ "data": "$ANDROID_DATA",
+ "role": "target",
+ "system": "$ANDROID_SYSTEM"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "hmp_geekbench3.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_geekbench3"
+ },
+ "testdef": "wa2host.yaml"
+ }
+ ],
+ "timeout": 4200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "target",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "SIGNAL_PREFIX": "hmp_geekbench3"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "server": "http://validation.linaro.org/RPC2/",
+ "stream": "$BUNDLE_STREAM"
+ }
+ }
+ ],
+ "device_group": [
+ {
+ "count": 1,
+ "device_type": "dummy-ssh",
+ "role": "host"
+ },
+ {
+ "count": 1,
+ "device_type": "$DUT_TYPE",
+ "role": "target"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file