Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion samples/subsys/zbus/benchmark/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ tests:
sample.zbus.benchmark_sync:
tags: zbus
min_ram: 16
filter: CONFIG_SYS_CLOCK_EXISTS and not (CONFIG_ARCH_POSIX and not CONFIG_BOARD_NATIVE_SIM)
filter: >-
CONFIG_SYS_CLOCK_EXISTS and
not (CONFIG_ARCH_POSIX and not CONFIG_BOARD_NATIVE_SIM) and
not CONFIG_SMP
harness: console
harness_config:
type: multi_line
Expand Down
2 changes: 2 additions & 0 deletions samples/subsys/zbus/msg_subscriber/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ tests:
integration_platforms:
- qemu_x86
sample.zbus.msg_subscriber_dynamic_isolated_too_small:
filter: not CONFIG_SMP
harness: console
extra_configs:
- CONFIG_ZBUS_LOG_LEVEL_DBG=y
Expand Down Expand Up @@ -385,6 +386,7 @@ tests:
integration_platforms:
- qemu_x86
sample.zbus.msg_subscriber_static_isolated_too_small:
filter: not CONFIG_SMP
harness: console
extra_configs:
- CONFIG_ZBUS_LOG_LEVEL_DBG=y
Expand Down