ba7d730e9b
integration_platforms help us control what get built/executed in CI and for each PR submitted. They do not filter out platforms, instead they just minimize the amount of builds/testing for a particular tests/sample. Tests still run on all supported platforms when not in integration mode. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
29 lines
911 B
YAML
29 lines
911 B
YAML
common:
|
|
harness: net
|
|
tags: net openthread
|
|
depends_on: netif
|
|
min_flash: 140
|
|
sample:
|
|
description: Runs the OpenThread stack as NCP BR
|
|
name: OpenThread Network Co-Processor
|
|
tests:
|
|
sample.net.openthread.coprocessor:
|
|
build_only: true
|
|
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833 tlsr9518adk80d
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
sample.net.openthread.coprocessor.usb:
|
|
build_only: true
|
|
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
tags: ci_build
|
|
extra_args: OVERLAY_CONFIG=overlay-usb-nrf-br.conf
|
|
DTC_OVERLAY_FILE="usb.overlay"
|
|
sample.openthread.coprocessor.rcp:
|
|
build_only: true
|
|
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833 tlsr9518adk80d
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
extra_args: OVERLAY_CONFIG=overlay-rcp.conf
|