aboutsummaryrefslogtreecommitdiff
path: root/wa2host.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 14:52:13 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-21 14:52:13 +0000
commitc8c712e82b872f449795e01fe134469cf611f4df (patch)
treeb819998f33555c2529bd4e85c0982c9b861e48a5 /wa2host.yaml
parent9e90b08349737f55f1bb91ba8a0dda7b5070ff8e (diff)
moved agenda templates from server to git
Diffstat (limited to 'wa2host.yaml')
-rw-r--r--wa2host.yaml21
1 files changed, 10 insertions, 11 deletions
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