forked from akbennett/lava-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjob11.yaml
More file actions
37 lines (33 loc) · 796 Bytes
/
job11.yaml
File metadata and controls
37 lines (33 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Zephyr JOB definition for nrf52-nitrogen
device_type: nrf52-nitrogen
job_name: nrf52-nitrogen-test
timeouts:
job:
minutes: 6
action:
minutes: 2
priority: medium
visibility: public
actions:
- deploy:
timeout:
minutes: 3
to: tmpfs
type: monitor
images:
zephyr:
image_arg: -a 0x8000 {zephyr}
url: http://192.168.1.2:5000/8944ebb6e599e7ef359ccb02da6912dc69e62b63944d24c63b856706/nrf52_nitrogen/samples/linaro_fota/zephyr-signed-dfu.bin
- boot:
method: monitor
timeout:
minutes: 2
- test:
monitors:
- name: Test Linaro FOTA
start: Starting FOTA Service Fiber
end: fota_service
pattern: (?P<result>(PASS|FAIL))\s-\s(?P<test_case_id>\w+)
fixupdict:
PASS: pass
FAIL: fail