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>
14 lines
487 B
YAML
14 lines
487 B
YAML
tests:
|
|
filesystem.fcb:
|
|
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832 nrf51dk_nrf51422
|
|
native_posix native_posix_64
|
|
tags: flash_circural_buffer
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
filesystem.native_posix.fcb_0x00:
|
|
extra_args: DTC_OVERLAY_FILE=boards/native_posix_ev_0x00.overlay
|
|
platform_allow: native_posix
|
|
filesystem.qemu_x86.fcb_0x00:
|
|
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
|
|
platform_allow: qemu_x86
|