File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,30 +4,27 @@ sample:
44common :
55 sysbuild : true
66 build_only : true
7- platform_allow : &platforms
8- - nrf54l15dk/nrf54l15/cpuapp
9- - nrf52840dk/nrf52840
10- - nrf5340dk/nrf5340/cpuapp
11- integration_platforms : *platforms
127tests :
13- app.nfc_door_lock : {}
14- app.door_lock_ble_uwb :
15- platform_allow :
8+ app.nfc_door_lock :
9+ platform_allow : &platforms_all
10+ - nrf52840dk/nrf52840
1611 - nrf5340dk/nrf5340/cpuapp
17- integration_platforms :
12+ - nrf54l15dk/nrf54l15/cpuapp
13+ integration_platforms : *platforms_all
14+ app.door_lock_ble_uwb :
15+ platform_allow : &platforms_uwb
1816 - nrf5340dk/nrf5340/cpuapp
17+ integration_platforms : *platforms_uwb
1918 extra_args :
2019 - app_SNIPPET=uwb_qm35
2120 app.nfc_door_lock.matter :
22- platform_allow : *platforms
23- integration_platforms : *platforms
21+ platform_allow : *platforms_all
22+ integration_platforms : *platforms_all
2423 extra_args :
2524 - SNIPPET=matter
2625 app.door_lock_ble_uwb.matter :
27- platform_allow :
28- - nrf5340dk/nrf5340/cpuapp
29- integration_platforms :
30- - nrf5340dk/nrf5340/cpuapp
26+ platform_allow : *platforms_uwb
27+ integration_platforms : *platforms_uwb
3128 extra_args :
3229 - SNIPPET=matter
3330 - app_SNIPPET=uwb_qm35
You can’t perform that action at this time.
0 commit comments