Skip to content

Commit 81edaae

Browse files
rugeGerritsenrlubos
authored andcommitted
[nrf noup] ci: Extend test spec for CI-ble-test
We want to run CI when Nordic specific arch, soc, or board changes are done. Running CI on such changes would have prevented that nrfconnect/sdk-nrf#25230 broke this CI plan. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent d016c1f commit 81edaae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/test-spec.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
- "samples/tfm_integration/**/*"
8787

8888
"CI-ble-test":
89+
- any:
90+
- "arch/arm/**/*"
8991
- any:
9092
- "drivers/bluetooth/**/*"
9193
- any:
@@ -97,7 +99,12 @@
9799
- any:
98100
- "include/zephyr/bluetooth/**/*"
99101
- "!include/zephyr/bluetooth/mesh/**/*"
100-
- "samples/bluetooth/hci_ipc/**/*"
102+
- any:
103+
- "boards/nordic/nrf5*"
104+
- any:
105+
- "soc/nordic/**/*"
106+
- any:
107+
- "subsys/pm/**/*"
101108

102109
"CI-ble-samples-test":
103110
- any:

0 commit comments

Comments
 (0)