native_posix is now deprecated. Building this sample in both native_sim and native_posix does not improve coverage for the sample or subsystem but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for this sample. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
19 lines
428 B
YAML
19 lines
428 B
YAML
sample:
|
|
name: format filesystem sample
|
|
tests:
|
|
sample.filesystem.format.littlefs:
|
|
platform_allow:
|
|
- native_sim
|
|
- nrf52dk/nrf52832
|
|
build_only: true
|
|
tags: filesystem
|
|
sample.filesystem.format.fat_fs:
|
|
platform_allow:
|
|
- native_sim
|
|
- mimxrt1064_evk
|
|
build_only: true
|
|
extra_args:
|
|
- CONF_FILE="prj_ram.conf"
|
|
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
|
|
tags: filesystem
|