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>
19 lines
465 B
YAML
19 lines
465 B
YAML
sample:
|
|
description: FS shell sample
|
|
name: FS shell
|
|
tests:
|
|
sample.filesystem.shell:
|
|
tags: shell filesystem
|
|
harness: keyboard
|
|
platform_allow: reel_board mimxrt1060_evk
|
|
integration_platforms:
|
|
- reel_board
|
|
|
|
sample.filesystem.shell.flash_load:
|
|
tags: shell filesystem flash_load
|
|
harness: keyboard
|
|
platform_allow: nrf52dk_nrf52832
|
|
extra_args: CONF_FILE=prj_flash_load.conf
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|