zephyr/samples/synchronization/sample.yaml
Anas Nashif 8581b6d1f0 tests: remove kernel tag from key tests/samples
Thos tests/samples are used to build any PR onl all available boards to
verify basic sanity. Having the kernel tag means they can get excluded
for random non-kernel changes causing regressions. so remove kernel tag
to keep them in all CI runs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-07-08 08:59:51 -04:00

15 lines
381 B
YAML

sample:
description: A simple application that demonstrates
basic sanity of the kernel.
name: Synchronization Sample
tests:
sample.kernel.synchronization:
build_on_all: true
tags: synchronization
harness: console
harness_config:
type: multi_line
regex:
- "thread_a: Hello World from (.*)!"
- "thread_b: Hello World from (.*)!"