8581b6d1f0
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>
15 lines
381 B
YAML
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 (.*)!"
|