samples/subsys/fs/*: Don't test on native_posix
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>
This commit is contained in:
parent
93ec96d0bc
commit
ab5477be27
2 changed files with 0 additions and 3 deletions
|
|
@ -3,14 +3,12 @@ sample:
|
|||
tests:
|
||||
sample.filesystem.format.littlefs:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
- nrf52dk/nrf52832
|
||||
build_only: true
|
||||
tags: filesystem
|
||||
sample.filesystem.format.fat_fs:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
- mimxrt1064_evk
|
||||
build_only: true
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ tests:
|
|||
- mimxrt1060_evk
|
||||
- mimxrt1064_evk
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_sim
|
||||
- mimxrt1160_evk/mimxrt1166/cm7
|
||||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
|
|
|
|||
Loading…
Reference in a new issue