Skip to content

Commit 9dca97a

Browse files
committed
ci: Fix Wi-Fi file list
Due to re-org over multiple releases Wi-Fi files paths have changed, fix those entries. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 84fa888 commit 9dca97a

File tree

1 file changed

+29
-17
lines changed

1 file changed

+29
-17
lines changed

scripts/ci/tags.yaml

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ ci_samples_net: &ci_net
8282
- modules/lib/azure-sdk-for-c/
8383
- modules/lib/cjson/
8484
- modules/lib/hostap/
85+
- modules/lib/nrf_wifi/
8586
- modules/lib/zcbor/
8687
- nrf/cmake/
8788
- nrf/drivers/hw_cc3xx/
8889
- nrf/drivers/net/
89-
- nrf/drivers/wifi/
9090
- nrf/include/modem/
9191
- nrf/include/net/
9292
- nrf/lib/at_cmd_parser/
@@ -102,12 +102,13 @@ ci_samples_net: &ci_net
102102
- nrf/lib/nrf_modem_lib/
103103
- nrf/lib/pdn/
104104
- nrf/modules/cjson/
105-
- nrf/modules/hostap/
106105
- nrf/modules/trusted-firmware-m/
107106
- nrf/samples/net/
108107
- nrf/subsys/dfu/
109108
- nrf/subsys/fw_info/
110109
- nrf/subsys/net/
110+
- nrf/subsys/net/lib/hostap_crypto/
111+
- nrf/subsys/net/lib/nrf70_fw_ext/
111112
- nrf/subsys/nrf_security/
112113
- nrf/subsys/partition_manager/
113114
- nrf/sysbuild/
@@ -122,6 +123,8 @@ ci_samples_net: &ci_net
122123
- zephyr/drivers/ptp_clock/
123124
- zephyr/drivers/wifi/
124125
- zephyr/include/zephyr/net/
126+
- zephyr/modules/hostap/
127+
- zephyr/modules/nrf_wifi/
125128
- zephyr/share/
126129
- zephyr/subsys/mgmt/
127130
- zephyr/subsys/net/
@@ -144,29 +147,28 @@ ci_tests_subsys_net_openthread:
144147
ci_samples_wifi:
145148
files:
146149
- modules/lib/hostap/
147-
- nrf/drivers/wifi/
148-
- nrf/modules/hostap/
149-
- nrf/samples/wifi/
150-
- nrfxlib/crypto/
150+
- modules/lib/nrf_wifi/
151+
- nrf/subsys/net/lib/nrf70_fw_ext/
152+
- nrf/subsys/net/lib/hostap_crypto/
151153
- nrfxlib/nrf_wifi/
152-
- zephyr/subsys/net/l2/ethernet/
153-
- zephyr/subsys/net/l2/wifi/
154+
- zephyr/modules/hostap/
155+
- zephyr/modules/nrf_wifi/
156+
- zephyr/drivers/wifi/
154157

155158
ci_applications_matter: &ci_matter
156159
files:
157160
- bootloader/mcuboot/
158161
- modules/hal_nordic/nrf_802154/
159162
- modules/lib/hostap/
160163
- modules/lib/matter/
164+
- modules/lib/nrf_wifi/
161165
- modules/lib/suit-generator/
162166
- nrf/applications/ipc_radio/
163167
- nrf/applications/matter_bridge/
164168
- nrf/applications/matter_weather_station/
165169
- nrf/cmake/
166170
- nrf/drivers/hw_cc3xx/
167171
- nrf/drivers/mpsl/
168-
- nrf/drivers/wifi/
169-
- nrf/modules/hostap/
170172
- nrf/modules/mcuboot/
171173
- nrf/modules/nrfxlib/nrf_802154/
172174
- nrf/samples/matter/
@@ -177,6 +179,8 @@ ci_applications_matter: &ci_matter
177179
- nrf/subsys/fw_info/
178180
- nrf/subsys/ieee802154/
179181
- nrf/subsys/mpsl/
182+
- nrf/subsys/net/lib/hostap_crypto/
183+
- nrf/subsys/net/lib/nrf70_fw_ext/
180184
- nrf/subsys/net/openthread/
181185
- nrf/subsys/nrf_security/
182186
- nrf/subsys/partition_manager/
@@ -190,8 +194,11 @@ ci_applications_matter: &ci_matter
190194
- nrfxlib/openthread/
191195
- zephyr/cmake/
192196
- zephyr/drivers/net/
197+
- zephyr/drivers/wifi/
193198
- zephyr/include/dfu/
194199
- zephyr/include/mgmt/mcumgr/
200+
- zephyr/modules/hostap/
201+
- zephyr/modules/nrf_wifi/
195202
- zephyr/samples/bluetooth/hci_ipc/
196203
- zephyr/share/
197204
- zephyr/soc/nordic/
@@ -385,11 +392,11 @@ ci_samples_cellular:
385392
- modules/hal/nordic/nrfx/
386393
- modules/lib/cjson/
387394
- modules/lib/hostap/
395+
- modules/lib/nrf_wifi/
388396
- modules/lib/zcbor/
389397
- nrf/boards/nordic/
390398
- nrf/cmake/
391399
- nrf/drivers/hw_cc3xx/
392-
- nrf/drivers/wifi/
393400
- nrf/ext/curl/
394401
- nrf/ext/iperf3/
395402
- nrf/include/date_time.h
@@ -421,7 +428,6 @@ ci_samples_cellular:
421428
- nrf/lib/sms/
422429
- nrf/lib/wave_gen/
423430
- nrf/modules/cjson/
424-
- nrf/modules/hostap/
425431
- nrf/samples/cellular/
426432
- nrf/subsys/app_event_manager/
427433
- nrf/subsys/bluetooth/
@@ -432,6 +438,8 @@ ci_samples_cellular:
432438
- nrf/subsys/fw_info/
433439
- nrf/subsys/mgmt/
434440
- nrf/subsys/net/
441+
- nrf/subsys/net/lib/hostap_crypto/
442+
- nrf/subsys/net/lib/nrf70_fw_ext/
435443
- nrf/subsys/nrf_security/
436444
- nrf/subsys/partition_manager/
437445
- nrf/sysbuild/
@@ -449,6 +457,8 @@ ci_samples_cellular:
449457
- zephyr/include/net/
450458
- zephyr/include/posix/
451459
- zephyr/include/shell/
460+
- zephyr/modules/hostap/
461+
- zephyr/modules/nrf_wifi/
452462
- zephyr/share/
453463
- zephyr/soc/nordic/
454464
- zephyr/subsys/bluetooth/
@@ -460,8 +470,6 @@ ci_samples_cellular:
460470
- zephyr/subsys/pm/
461471
- zephyr/subsys/random/
462472
- zephyr/subsys/settings/
463-
- zephyr/subsys/settings/
464-
- zephyr/subsys/shell/
465473
- zephyr/subsys/shell/
466474
- zephyr/subsys/storage/
467475

@@ -901,14 +909,18 @@ ci_samples_debug:
901909
- modules/hal/nordic/nrfx
902910
- modules/lib/hostap/
903911
- modules/lib/memfault-firmware-sdk/
904-
- modules/lib/zcbor/
905-
- nrf/drivers/wifi/
906-
- nrf/modules/hostap/
912+
- modules/lib/nrf_wifi/
907913
- nrf/modules/memfault-firmware-sdk/
908914
- nrf/samples/debug/
909915
- nrf/subsys/bluetooth/
910916
- nrf/subsys/debug/
911917
- nrf/subsys/net/
918+
- nrf/subsys/net/lib/hostap_crypto
919+
- nrf/subsys/net/lib/nrf70_fw_ext
920+
- nrfxlib/nrf_wifi/
921+
- zephyr/drivers/wifi/
922+
- zephyr/modules/hostap/
923+
- zephyr/modules/nrf_wifi/
912924
- zephyr/subsys/bluetooth/
913925
- zephyr/subsys/debug/
914926
- zephyr/subsys/net/

0 commit comments

Comments
 (0)