Skip to content

Commit 6f6b0e4

Browse files
committed
[nrf noup] test-spec: update CI-rs-test and Ci-fem-test
Narrow down paths base on compilation dependencies. Signed-off-by: Dawid Przybylo <[email protected]>
1 parent 775af13 commit 6f6b0e4

File tree

1 file changed

+40
-30
lines changed

1 file changed

+40
-30
lines changed

.github/test-spec.yml

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -151,40 +151,50 @@
151151
- "modules/mbedtls/**/*"
152152

153153
"CI-fem-test":
154+
- "boards/nordic/**/*"
155+
- "drivers/bluetooth/hci/**/*"
156+
- "drivers/entropy/**/*"
157+
- "dts/bindings/**/*"
158+
- "include/zephyr/net/**/*"
159+
- "include/zephyr/arch/**/*"
160+
- "lib/libc/**/*"
161+
- "lib/open-amp/**/*"
162+
- "modules/hal_nordic/**/*"
163+
- "modules/mbedtls/**/*"
164+
- "modules/openthread/**/*"
165+
- "modules/trusted-firmware-m/**/*"
154166
- "samples/net/sockets/echo_*/**/*"
155-
- any:
156-
- "!.github/**/*"
157-
- "!doc/**/*"
158-
- "!CODEOWNERS"
159-
- "!LICENSE"
160-
- "!**/*.rst"
161-
- "!VERSION"
162-
- "!SDK_VERSION"
163-
- "!MAINTAINERS.yml"
164-
- "!version.h.in"
165-
- "!Jenkinsfile"
166-
- "!**/*.md"
167-
- "!tests/**/*"
168-
- "!samples/**/*"
169-
- "!scripts/**/*"
167+
- "share/**/*"
168+
- "soc/nordic/**/*"
169+
- "subsys/net/**/*"
170+
- "subsys/settings/**/*"
171+
- "subsys/bluetooth/shell/**/*"
172+
- "subsys/ipc/**/*"
173+
- "Kconfig"
174+
- "CMakeLists.txt"
170175

171176
"CI-rs-test":
177+
- "boards/nordic/**/*"
178+
- "drivers/bluetooth/hci/**/*"
179+
- "drivers/entropy/**/*"
180+
- "dts/bindings/**/*"
181+
- "include/zephyr/net/**/*"
182+
- "include/zephyr/arch/**/*"
183+
- "lib/libc/**/*"
184+
- "lib/open-amp/**/*"
185+
- "modules/hal_nordic/**/*"
186+
- "modules/mbedtls/**/*"
187+
- "modules/openthread/**/*"
188+
- "modules/trusted-firmware-m/**/*"
172189
- "samples/net/sockets/echo_*/**/*"
173-
- any:
174-
- "!.github/**/*"
175-
- "!doc/**/*"
176-
- "!CODEOWNERS"
177-
- "!LICENSE"
178-
- "!**/*.rst"
179-
- "!VERSION"
180-
- "!SDK_VERSION"
181-
- "!MAINTAINERS.yml"
182-
- "!version.h.in"
183-
- "!Jenkinsfile"
184-
- "!**/*.md"
185-
- "!tests/**/*"
186-
- "!samples/**/*"
187-
- "!scripts/**/*"
190+
- "share/**/*"
191+
- "soc/nordic/**/*"
192+
- "subsys/net/**/*"
193+
- "subsys/settings/**/*"
194+
- "subsys/bluetooth/shell/**/*"
195+
- "subsys/ipc/**/*"
196+
- "Kconfig"
197+
- "CMakeLists.txt"
188198

189199
"CI-thread-test":
190200
- "include/zephyr/net/**/*"

0 commit comments

Comments
 (0)