-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathjobserv.yml
111 lines (103 loc) · 3.02 KB
/
jobserv.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
timeout: 60 # the qemu testing can take some time
email:
users: '[email protected]'
triggers:
- name: fio-pull-request
type: github_pr
runs:
- name: sanity-compile-nrf52840_pca10056
container: zephyrprojectrtos/zephyr-build
container-user: root
container-entrypoint: ""
host-tag: amd64
triggers:
- name: sanity-test
params:
SAVE_OUTDIR: "1"
PLATFORM: nrf52840_pca10056
script-repo:
name: fio
path: zephyr/sanity-compile.sh
- name: upstream-merge
type: git_poller
params:
GIT_URL: https://github.com/zephyrproject-rtos/zephyr.git
GIT_POLL_REFS: "refs/heads/v1.14-branch"
runs:
- name: sanity-compile-nrf52840_pca10056
container: zephyrprojectrtos/zephyr-build
container-user: root
container-entrypoint: ""
host-tag: amd64
triggers:
- name: sanity-test
params:
SAVE_OUTDIR: "1"
PLATFORM: nrf52840_pca10056
script-repo:
name: fio
path: zephyr/sanity-compile.sh
- name: sanity-compile-{loop}
container: zephyrprojectrtos/zephyr-build
container-user: root
container-entrypoint: ""
host-tag: amd64
script-repo:
name: fio
path: zephyr/sanity-compile.sh
loop-on:
- param: PLATFORM
values: [frdm_k64f, reel_board, nrf52_blenano2]
- name: zephyr-sample-mcumgr-{loop}
container: zephyrprojectrtos/zephyr-build
container-user: root
container-entrypoint: ""
host-tag: amd64
script-repo:
name: fio
path: zephyr/sample.sh
params:
APP: samples/subsys/mgmt/mcumgr/smp_svr/
loop-on:
- param: PLATFORM
values: [reel_board, nrf52840_pca10056]
- name: sanity-test
type: simple
runs:
- name: sanity-test-nrf52840_pca10056
container: zephyrprojectrtos/zephyr-build
container-user: root
container-entrypoint: ""
host-tag: zephyr-nrf52840-pca10056
privileged: true
params:
PYOCD_BOARD_NAME: nRF52840-DK
script-repo:
name: fio
path: zephyr/sanity-device.sh
params:
archive: /archive
FLAKY_TESTS: |
samples/display/ili9340
samples/drivers/led_lp5562
samples/gui/lvgl
samples/subsys/usb/cdc_acm
samples/subsys/usb/cdc_acm_composite
samples/subsys/usb/console
samples/subsys/usb/dfu
samples/subsys/usb/testusb
tests/benchmarks/sched
tests/drivers/counter/counter_basic_api
tests/drivers/pwm/pwm_api
tests/kernel/interrupt
tests/kernel/sched/schedule_api
tests/kernel/mem_slab/mslab_threadsafe
tests/net/ieee802154/fragment
tests/subsys/fs/littlefs
tests/subsys/fs/nffs_fs_api/cache
tests/subsys/fs/nffs_fs_api/large
tests/subsys/usb/desc_sections
tests/subsys/usb/device
script-repos:
fio:
clone-url: https://github.com/foundriesio/ci-scripts