From a3de6b57e92ba2e29d5669cbe89e68b093ae4acb Mon Sep 17 00:00:00 2001 From: Filip Kokosinski Date: Tue, 7 Oct 2025 12:16:22 +0200 Subject: [PATCH] samples/subsys/instrumentation: add missing `sample.yaml` This commit adds a missing `sample.yaml` file to the instrumentation subsystem sample. Signed-off-by: Filip Kokosinski --- samples/subsys/instrumentation/sample.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 samples/subsys/instrumentation/sample.yaml diff --git a/samples/subsys/instrumentation/sample.yaml b/samples/subsys/instrumentation/sample.yaml new file mode 100644 index 0000000000000..f5e0dce570eb7 --- /dev/null +++ b/samples/subsys/instrumentation/sample.yaml @@ -0,0 +1,9 @@ +sample: + name: Instrumentation subsystem sample +tests: + sample.instrumentation: + platform_allow: + - b_u585i_iot02a + - mps2/an385 + tags: instrumentation + build_only: true