net: Add more specific dependencies for specialized samples
Certain samples are supposed to demonstrate technology-specific features, therefore their dependencies in sample.yml could be narrowed to run verify build only on boards which support that specific technology (like Ethernet or OpenThread). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
17b1393f2e
commit
562ac9d9e6
5 changed files with 5 additions and 5 deletions
|
|
@ -10,4 +10,4 @@ tests:
|
||||||
sample.net.dsa:
|
sample.net.dsa:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow: ip_k66f
|
platform_allow: ip_k66f
|
||||||
depends_on: netif
|
depends_on: eth
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ tests:
|
||||||
- nucleo_f767zi
|
- nucleo_f767zi
|
||||||
- nucleo_h743zi
|
- nucleo_h743zi
|
||||||
- nucleo_h745zi_q/stm32h745xx/m7
|
- nucleo_h745zi_q/stm32h745xx/m7
|
||||||
depends_on: netif
|
depends_on: eth
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- frdm_k64f
|
- frdm_k64f
|
||||||
sample.net.gpt.nxp_enet_experimental:
|
sample.net.gpt.nxp_enet_experimental:
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ tests:
|
||||||
- native_sim_64
|
- native_sim_64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
depends_on: netif
|
depends_on: eth
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ common:
|
||||||
tags:
|
tags:
|
||||||
- net
|
- net
|
||||||
- openthread
|
- openthread
|
||||||
depends_on: netif
|
depends_on: openthread
|
||||||
min_flash: 140
|
min_flash: 140
|
||||||
sample:
|
sample:
|
||||||
description: Runs the OpenThread stack as NCP BR
|
description: Runs the OpenThread stack as NCP BR
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ sample:
|
||||||
name: VLAN sample app
|
name: VLAN sample app
|
||||||
tests:
|
tests:
|
||||||
sample.net.vlan:
|
sample.net.vlan:
|
||||||
depends_on: netif
|
depends_on: eth
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue