aboutsummaryrefslogtreecommitdiff
path: root/wa2host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'wa2host.yaml')
-rw-r--r--wa2host.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/wa2host.yaml b/wa2host.yaml
index d9b2ba7..e54846f 100644
--- a/wa2host.yaml
+++ b/wa2host.yaml
@@ -15,18 +15,18 @@ params:
AGENDA: "hmp_audio.yaml"
JOB_NAME: "workload-automation"
MODE: "mp"
- FINISH_SIGNAL: "workload-finished"
+ SIGNAL_PREFIX: "workload"
run:
steps:
- lava-test-case step1-mkdir-templates --shell mkdir templates
- lava-test-case step2-copy-templates --shell cp /root/templates/* templates/
- lava-test-case step3-prepare-agenda --shell ./prepare-agenda.py --agenda $AGENDA --job-name $JOB_NAME
- - lava-test-case step4-wait-for-ip --shell lava-wait send-ip
+ - lava-test-case step4-wait-for-ip --shell lava-wait $SIGNAL_PREFIX-send-ip
- lava-test-case step5-kill-adb-server --shell adb kill-server
- lava-test-case step6-start-adb-server --shell adb start-server
- - lava-test-case step7-prepare-config --shell ./prepare-config.py
+ - lava-test-case step7-prepare-config --shell ./prepare-config.py --prefix $SIGNAL_PREFIX
- 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 $FINISH_SIGNAL
+ - lava-test-case step10-tear-down --shell ./tear-down.sh $JOB_NAME
+ - lava-test-case step11-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished