Skip to content
Snippets Groups Projects
Commit 3603e8ee authored by Walter Lozano's avatar Walter Lozano
Browse files

Revert "lava: Drop spurious tool setting"

This reverts commit 0f2e8a1a.

On commit 0f2e8a1a a clean up was introduced to remove validation warnings.
Unfortunately the tool prompts is key is used by lava to detect when the
deploy action has finished when the tool is different from dd as described
in:

https://github.com/Linaro/lava/blob/c38d449719d7e4dca3d07e6b5e9bb63d5a5579a9/lava_dispatcher/actions/deploy/removable.py#L151

Revert the previous changes to allow LAVA to detect that the deploy action
has finished.
parent 79a2b0df
No related branches found
No related tags found
1 merge request!497Revert "lava: Drop spurious tool setting"
Pipeline #430747 passed
......@@ -86,6 +86,8 @@ actions:
minutes: 60
to: usb
device: {{deploy_device}}
tool:
prompts: ['copying time: [0-9ms\.\ ]+, copying speed [0-9\.]+ MiB\/sec']
images:
image:
url: {{boot.image_url('gz')}}
......@@ -96,7 +98,7 @@ actions:
writer:
tool: /usr/bin/bmaptool
options: copy {DOWNLOAD_URL} {DEVICE}
prompt: 'bmaptool: info: copying time:'
prompt: 'bmaptool: info'
- boot:
namespace: system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment