zephyr/samples/kernel/metairq_dispatch/sample.yaml
Anas Nashif db4a5f11ea tests: add kernel tag to all benchmarks and samples
All those benchmarks are kernel related, so add the kernel tag to avoid
building them when non kernel changes are being submitted.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

25 lines
650 B
YAML

sample:
description: Sample demonstrating dispatch of hardware events from a
MetaIRQ thread
name: MetaIRQ Dispatch
common:
tags:
- kernel
integration_platforms:
- mps2_an385
- qemu_x86
harness: console
harness_config:
type: one_line
regex:
- "MetaIRQ Test Complete"
# Note that native_posix architectures are filtered, they require
# instrumentation (e.g. a k_busy_wait()) inside the worker threads
# "busy" loops in order for the interrupts to fire on time, and the
# sample is designed to demonstrate completely arbitrary CPU work.
tests:
sample.kernel.metairq_dispatch:
arch_exclude:
- posix