zephyr/samples/subsys/shell/fs/sample.yaml
Anas Nashif ba7d730e9b tests/samples: use integration_plaforms in more tests/samples
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>
2022-11-29 16:03:23 +01:00

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