aboutsummaryrefslogtreecommitdiff
path: root/wa2host.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-20 11:01:29 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-20 11:01:29 +0000
commit03094b9deb2137536cebeb91d0e0a21737aaaf6a (patch)
tree34f38d7245d8e4ce88d86323a9e41dede8ecd3ce /wa2host.yaml
parent48de60439b3900005224a2f0ac960a756cdf017b (diff)
finish signal is now parametrized to make sure correct shells on host and target work together
Diffstat (limited to 'wa2host.yaml')
-rw-r--r--wa2host.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/wa2host.yaml b/wa2host.yaml
index 395ece4..d9b2ba7 100644
--- a/wa2host.yaml
+++ b/wa2host.yaml
@@ -15,6 +15,7 @@ params:
AGENDA: "hmp_audio.yaml"
JOB_NAME: "workload-automation"
MODE: "mp"
+ FINISH_SIGNAL: "workload-finished"
run:
steps:
@@ -28,4 +29,4 @@ run:
- lava-test-case step8-prepare-device --shell ./prepare-device.sh $MODE
- lava-test-case step9-run-workload --shell ./run-workload.sh $AGENDA $JOB_NAME
- lava-test-case step10-tear-down --shell ./tear-down.sh
- - lava-test-case step11-multinode-sync --shell lava-sync workload-finished
+ - lava-test-case step11-multinode-sync --shell lava-sync $FINISH_SIGNAL