Skip to content

Commit a047417

Browse files
[nrf noup] ci: fix suit-dfu-test entries in test-spec
Fix and update triggers for SUIT DFU tests. Signed-off-by: Krzysztof Szromek <[email protected]>
1 parent b9bc084 commit a047417

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/test-spec.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,11 @@
391391
- "drivers/mbox/**/*"
392392
- "drivers/serial/**/*"
393393
- "drivers/console/**/*"
394+
- "drivers/gpio/**/*"
394395
- "dts/common/nordic/*"
395-
- "dts/arm/nordic/nrf54h*"
396-
- "dts/riscv/nordic/nrf54h*"
397-
- "boards/nordic/nrf54h*"
396+
- "dts/arm/nordic/nrf54h*/**/*"
397+
- "dts/riscv/nordic/nrf54h*/**/*"
398+
- "boards/nordic/nrf54h*/**/*"
398399
- "soc/nordic/nrf54h/**/*"
399400
- "include/zephyr/**/*"
400401
- "subsys/logging/**/*"

0 commit comments

Comments
 (0)