From da6727572d51a7d52de5ca333ebcf265b85047a4 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Fri, 7 May 2021 17:03:51 +0200 Subject: [PATCH] samples/boards/stm32: blinky: Limit execution on stm32 lptim enabled Restrict sample execution in CI to boards that have "st,stm32-lptim" enabled so we're sure it is a STM32 target. Signed-off-by: Erwan Gouriou --- samples/boards/stm32/power_mgmt/blinky/sample.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/boards/stm32/power_mgmt/blinky/sample.yaml b/samples/boards/stm32/power_mgmt/blinky/sample.yaml index d1608dcc89d..d3d4f356f24 100644 --- a/samples/boards/stm32/power_mgmt/blinky/sample.yaml +++ b/samples/boards/stm32/power_mgmt/blinky/sample.yaml @@ -4,5 +4,6 @@ tests: sample.boards.stm32.power_mgmt.blinky: tags: LED power filter: dt_compat_enabled("zephyr,power-state") and - dt_enabled_alias_with_parent_compat("led0", "gpio-leds") + dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and + dt_compat_enabled("st,stm32-lptim") depends_on: gpio