Skip to content
Snippets Groups Projects
Commit 0f2e8a1a authored by Emanuele Aina's avatar Emanuele Aina
Browse files

lava: Drop spurious tool setting


Validating the job definitions when resubmitting them yields:

    Valid definition with warnings:
      extra keys not allowed
      @ data['actions[2]']['deploy']['usb']['tool']

Get rid of the extra setting to make LAVA happier.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 6128eb34
No related branches found
No related tags found
1 merge request!363lava: Drop spurious settings in the job definitions
......@@ -86,8 +86,6 @@ 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')}}
......@@ -98,7 +96,7 @@ actions:
writer:
tool: /usr/bin/bmaptool
options: copy {DOWNLOAD_URL} {DEVICE}
prompt: 'bmaptool: info'
prompt: 'bmaptool: info: copying time:'
- 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