Skip to content

Commit 4f11c2e

Browse files
nordic-piksrlubos
authored andcommitted
[nrf noup] test-spec: update CI-find-my-test
nrf-squash! [nrf noup] ci: add .github/test-spec.yml More granular for soc and boards. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent 9e650a0 commit 4f11c2e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/test-spec.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,19 @@
271271
- "!subsys/bluetooth/audio/**/*"
272272

273273
"CI-find-my-test":
274-
- "boards/nordic/**/*"
274+
- "boards/nordic/nrf52840dk/**/*"
275+
- "boards/nordic/nrf5340dk/**/*"
276+
- "boards/nordic/nrf54l15dk/**/*"
275277
- "drivers/bluetooth/**/*"
276278
- "drivers/entropy/**/*"
277279
- "drivers/flash/**/*"
278280
- "drivers/usb/**/*"
279281
- "drivers/regulator/**/*"
280-
- "soc/nordic/**/*"
282+
- any:
283+
- "soc/nordic/**/*"
284+
- "!soc/nordic/nrf51*"
285+
- "!soc/nordic/nrf54h*"
286+
- "!soc/nordic/nrf9*"
281287
- "subsys/dfu/**/*"
282288
- "subsys/fs/**/*"
283289
- "subsys/ipc/**/*"

0 commit comments

Comments
 (0)