-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.yaml
33 lines (33 loc) · 1.12 KB
/
sample.yaml
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
sample:
description: Matter Template sample
name: Matter Template
tests:
# Excluded in quarantine.yaml to limit resources usage in integration builds
sample.matter.template.release:
build_only: true
extra_args: CONF_FILE=prj_release.conf
integration_platforms:
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp
sample.matter.template.no_dfu:
build_only: true
extra_args: CONF_FILE=prj_no_dfu.conf
integration_platforms:
- nrf21540dk_nrf52840
platform_allow: >
nrf52840dk_nrf52840 nrf21540dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp
sample.matter.template.debug:
build_only: true
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp
sample.sensor.dht:
build_only: true
integration_platforms:
- nrf7002dk_nrf5340_cpuapp
platform_allow:
- nrf7002dk_nrf5340_cpuapp
tags: sensors