aboutsummaryrefslogtreecommitdiff
path: root/examples/wa2_postprocessing.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wa2_postprocessing.json')
-rw-r--r--examples/wa2_postprocessing.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/wa2_postprocessing.json b/examples/wa2_postprocessing.json
new file mode 100644
index 0000000..e3c6ff7
--- /dev/null
+++ b/examples/wa2_postprocessing.json
@@ -0,0 +1,38 @@
+{
+ "health_check": false,
+ "logging_level": "INFO",
+ "timeout": 1800,
+ "job_name": "$JOB_NAME",
+ "device_type": "dummy-ssh",
+ "actions": [
+ {
+ "command": "dummy_deploy",
+ "parameters": {
+ "target_type": "ubuntu"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "testdef": "wa2host_postprocessing.yaml",
+ "parameters": {
+ "JOB_NAME": "$WA2_JOB_NAME"
+ }
+ }
+ ],
+ "timeout": 4200,
+ "role": "host"
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "$BUNDLE_STREAM",
+ "server": "http://validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}