Skip to content

Commit 4455512

Browse files
mariusz-nordicsemirlubos
authored andcommitted
test-spec: update file patterns for zigbee, thread, homekit and matter
Update file patterns in test-spec.yml in order to optimize integration plan triggers Signed-off-by: Mariusz Szypula <mariusz.szypula@nordicsemi.no>
1 parent 479ccb3 commit 4455512

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

.github/test-spec.yml

+10-27
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,23 @@
180180
"CI-zigbee-test":
181181
- "include/zigbee/**/*"
182182
- "samples/zigbee/**/*"
183-
- "subsys/dfu/**/*"
184183
- "subsys/zigbee/**/*"
185184
- "tests/subsys/zigbee/**/*"
186185
- "subsys/mpsl/**/*"
187186
- "subsys/ieee802154/**/*"
187+
- "subsys/bootloader/**/*"
188+
- "subsys/partition_manager/**/*"
189+
- "subsys/dfu/**/*"
190+
- "subsys/fw_info/*"
191+
- "subsys/pcd/**/*"
192+
- "subsys/bluetooth/controller/*"
193+
- "subsys/bluetooth/services/nus.c"
188194
- "drivers/mpsl/**/*"
189195
- "dts/bindings/radio_fem/**/*"
190196
- "samples/nrf5340/multiprotocol_rpmsg/**/*"
191197
- "modules/nrfxlib/nrf_802154/**/*"
198+
- "modules/mcuboot/**/*"
192199
- "applications/zigbee_weather_station/**/*"
193-
- any:
194-
- "subsys/bluetooth/**/*"
195-
- "!subsys/bluetooth/mesh/**/*"
196-
- any:
197-
- "include/bluetooth/**/*"
198-
- "!include/bluetooth/mesh/**/*"
199200

200201
"CI-thingy91-test":
201202
- "ext/cjson/**/*"
@@ -280,28 +281,13 @@
280281
"CI-homekit-test":
281282
- "drivers/hw_cc310/*"
282283
- "drivers/mpsl/**/*"
283-
- "drivers/net/*"
284284
- "dts/bindings/radio_fem/**/*"
285-
- "include/dfu/**/*"
286-
- "include/nfc/**/*"
287-
- "lib/dk_buttons_and_leds/**/*"
288-
- "modules/mcuboot/**/*"
289285
- "modules/nrfxlib/nrf_802154/**/*"
290286
- "samples/nrf5340/multiprotocol_rpmsg/**/*"
291-
- "subsys/bootloader/**/*"
292-
- "subsys/dfu/*"
287+
- "subsys/bluetooth/controller/*"
293288
- "subsys/ieee802154/**/*"
294289
- "subsys/mpsl/**/*"
295290
- "subsys/net/openthread/*"
296-
- "subsys/nfc/**/*"
297-
- "subsys/nrf_rpc/**/*"
298-
- "subsys/partition_manager/**/*"
299-
- any:
300-
- "subsys/bluetooth/**/*"
301-
- "!subsys/bluetooth/mesh/**/*"
302-
- any:
303-
- "include/bluetooth/**/*"
304-
- "!include/bluetooth/mesh/**/*"
305291

306292
"CI-thread-test":
307293
- "samples/openthread/**/*"
@@ -311,6 +297,7 @@
311297
- "subsys/net/openthread/**/*"
312298
- "drivers/mpsl/**/*"
313299
- "drivers/hw_cc310/*"
300+
- "drivers/entropy/*"
314301
- "modules/nrfxlib/nrf_802154/**/*"
315302

316303
"CI-nfc-test":
@@ -325,20 +312,16 @@
325312
"CI-matter-test":
326313
- "drivers/mpsl/**/*"
327314
- "drivers/hw_cc310/*"
328-
- "drivers/entropy/*"
329315
- "drivers/wifi/**/*"
330316
- "subsys/mpsl/**/*"
331317
- "subsys/ieee802154/**/*"
332318
- "subsys/bootloader/**/*"
333319
- "subsys/partition_manager/**/*"
334-
- "subsys/nfc/**/*"
335-
- "subsys/nrf_rpc/**/*"
336320
- "subsys/dfu/**/*"
337321
- "subsys/fw_info/*"
338322
- "subsys/pcd/**/*"
339323
- "subsys/bluetooth/controller/*"
340324
- "subsys/net/openthread/*"
341-
- "modules/tfm/**/*"
342325
- "modules/nrfxlib/nrf_802154/**/*"
343326
- "modules/mcuboot/**/*"
344327
- "samples/matter/**/*"

0 commit comments

Comments
 (0)