zephyr/tests/subsys/rtio/rtio_api/testcase.yaml
Tom Burdick f32a41d4dd rtio: Exclude platforms from CI testing
Running lock free algorithms on renode seem to cause timeouts so exclude
renode platforms.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-06-06 00:42:29 -07:00

43 lines
937 B
YAML

common:
# renode causes timeouts unfortunately
platform_exclude: m2gl025_miv m5stack_core2 hifive1
platform_key:
- arch
- simulation
tests:
rtio.api:
filter: not CONFIG_ARCH_HAS_USERSPACE
tags: rtio
integration_platforms:
- native_sim
rtio.api.submit_sem:
filter: not CONFIG_ARCH_HAS_USERSPACE
tags: rtio
extra_configs:
- CONFIG_RTIO_SUBMIT_SEM=y
integration_platforms:
- native_sim
rtio.api.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_configs:
- CONFIG_USERSPACE=y
arch_exclude:
- posix
tags:
- rtio
- userspace
integration_platforms:
- qemu_x86
rtio.api.userspace.submit_sem:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_configs:
- CONFIG_USERSPACE=y
- CONFIG_RTIO_SUBMIT_SEM=y
arch_exclude:
- posix
tags:
- rtio
- userspace
integration_platforms:
- qemu_x86