zephyr/tests/lib/mpsc_pbuf/testcase.yaml
Alberto Escolar Piedras 32283c0049 tests/lib/mpsc_pbuf: Don't test on native_posix
native_posix is now deprecated.
Building these tests in both native_sim and native_posix does not
improve coverage for the tests or subsystem but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for these.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-09-25 04:04:36 -04:00

34 lines
704 B
YAML

tests:
libraries.mpsc_pbuf:
tags: mpsc_pbuf
platform_allow:
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_cortex_a53
- qemu_cortex_m0
- qemu_cortex_m3
- qemu_cortex_r5
- qemu_leon3
- qemu_nios2
- qemu_riscv32
- qemu_riscv64
- qemu_x86
- qemu_x86_64
- qemu_xtensa
- native_sim
integration_platforms:
- native_sim
libraries.mpsc_pbuf.concurrent:
tags: mpsc_pbuf
platform_allow:
- qemu_cortex_m3
- qemu_x86
- qemu_x86_64
extra_configs:
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
timeout: 120
integration_platforms:
- qemu_x86
- qemu_x86_64