From 78eda66eb59678ddb7d640e21247bdfd46fc7b23 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 20 Sep 2023 13:26:34 +0000 Subject: [PATCH] samples: synchronization: build this sample on all platforms Try to catch issues related to platforms and HAL changes using this basic sample. We have the same flag for a kernel test, but this is skipped if no kernel changes are present in the PR, so we were missing some coverage of platform related changes. Signed-off-by: Anas Nashif --- samples/synchronization/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/synchronization/sample.yaml b/samples/synchronization/sample.yaml index 173bfe22ea7..aa6b442c3fa 100644 --- a/samples/synchronization/sample.yaml +++ b/samples/synchronization/sample.yaml @@ -5,6 +5,7 @@ sample: tests: sample.kernel.synchronization: tags: synchronization + build_on_all: true harness: console harness_config: type: multi_line