Skip to content

Commit d058637

Browse files
nordic-piksnordicjm
authored andcommitted
scripts: ci: tags: include paths for tests and samples
Remove tags which are only set at zephyr. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent 17eb877 commit d058637

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

scripts/ci/tags.yaml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ bluetooth:
5858
- nrf/subsys/nrf_rpc/
5959
- nrf/subsys/mpsl/
6060
- nrf/drivers/mpsl/
61+
- nrf/samples/bluetooth/
62+
- nrf/tests/bluetooth/
63+
- nrf/tests/subsys/bluetooth/
6164

6265
net:
6366
files:
67+
- nrf/samples/net/
6468
- zephyr/subsys/net/
6569
- zephyr/include/zephyr/net/
6670
- zephyr/drivers/wifi/
@@ -74,39 +78,18 @@ net:
7478
# - nrf/drivers/wifi/
7579
# - nrf/drivers/net/
7680

77-
test_framework:
78-
files:
79-
- zephyr/subsys/testsuite/
80-
- zephyr/samples/subsys/testsuite/
81-
- zephyr/tests/subsys/testsuite/
82-
- zephyr/tests/ztest/
83-
84-
cmsis_dsp:
85-
files:
86-
- zephyr/modules/Kconfig.cmsis_dsp
87-
# we have no means of telling file changes in a module, so for assume any
88-
# change to west.yml is updating something we need to re-test for.
89-
- zephyr/west.yml
90-
9181
mcumgr:
9282
files:
9383
- zephyr/subsys/mgmt/mcumgr/
9484
- zephyr/tests/subsys/mgmt/mcumgr/
9585
- zephyr/samples/subsys/mgmt/mcumgr/
9686
- zephyr/include/zephyr/mgmt/mcumgr/
97-
kernel:
98-
files:
99-
- zephyr/kernel/
100-
- zephyr/arch/
101-
102-
posix:
103-
files:
104-
- zephyr/lib/posix/
10587

10688
wifi:
10789
files:
10890
- nrf/drivers/wifi/
10991
- nrf/modules/hostap/
92+
- nrf/samples/wifi/
11093
- modules/lib/hostap/
11194
- zephyr/subsys/net/l2/wifi/
11295
- zephyr/subsys/net/l2/ethernet/

0 commit comments

Comments
 (0)