Skip to content

Commit 684fe9d

Browse files
PavelVPVrlubos
authored andcommitted
[nrf noup] ci: exclude mesh from find-my and nfc
Neither NFC nor FindMy use Bluetooth Mesh, but CI is triggered and may fail. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent cb627ba commit 684fe9d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/test-spec.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@
208208
- "lib/crc/**/*"
209209
- "modules/hal_nordic/**/*"
210210
- "soc/nordic/**/*"
211-
- "subsys/bluetooth/**/*"
212211
- "subsys/ipc/ipc_service/**/*"
213212
- "subsys/fs/**/*"
214213
- "subsys/mem_mgmt/**/*"
@@ -217,6 +216,9 @@
217216
- "subsys/settings/**/*"
218217
- "subsys/shell/**/*"
219218
- "subsys/storage/**/*"
219+
- any:
220+
- "subsys/bluetooth/**/*"
221+
- "!subsys/bluetooth/mesh/**/*"
220222

221223
"CI-matter-test":
222224
- "include/dfu/**/*"
@@ -241,7 +243,6 @@
241243
- "drivers/usb/**/*"
242244
- "drivers/regulator/**/*"
243245
- "soc/nordic/**/*"
244-
- "subsys/bluetooth/**/*"
245246
- "subsys/dfu/**/*"
246247
- "subsys/fs/**/*"
247248
- "subsys/ipc/**/*"
@@ -251,6 +252,9 @@
251252
- "subsys/storage/**/*"
252253
- "subsys/tracing/**/*"
253254
- "subsys/usb/device/**/*"
255+
- any:
256+
- "subsys/bluetooth/**/*"
257+
- "!subsys/bluetooth/mesh/**/*"
254258

255259
"CI-rpc-test":
256260
- "subsys/ipc/ipc_service/**/*"

0 commit comments

Comments
 (0)