Skip to content

Commit

Permalink
[nrf noup] test-spec: update CI-rs-test and Ci-fem-test
Browse files Browse the repository at this point in the history
Narrow down paths base on compilation dependencies.

Signed-off-by: Dawid Przybylo <[email protected]>
  • Loading branch information
dawidprzybylo committed Oct 7, 2024
1 parent 775af13 commit 6f6b0e4
Showing 1 changed file with 40 additions and 30 deletions.
70 changes: 40 additions & 30 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,40 +151,50 @@
- "modules/mbedtls/**/*"

"CI-fem-test":
- "boards/nordic/**/*"
- "drivers/bluetooth/hci/**/*"
- "drivers/entropy/**/*"
- "dts/bindings/**/*"
- "include/zephyr/net/**/*"
- "include/zephyr/arch/**/*"
- "lib/libc/**/*"
- "lib/open-amp/**/*"
- "modules/hal_nordic/**/*"
- "modules/mbedtls/**/*"
- "modules/openthread/**/*"
- "modules/trusted-firmware-m/**/*"
- "samples/net/sockets/echo_*/**/*"
- any:
- "!.github/**/*"
- "!doc/**/*"
- "!CODEOWNERS"
- "!LICENSE"
- "!**/*.rst"
- "!VERSION"
- "!SDK_VERSION"
- "!MAINTAINERS.yml"
- "!version.h.in"
- "!Jenkinsfile"
- "!**/*.md"
- "!tests/**/*"
- "!samples/**/*"
- "!scripts/**/*"
- "share/**/*"
- "soc/nordic/**/*"
- "subsys/net/**/*"
- "subsys/settings/**/*"
- "subsys/bluetooth/shell/**/*"
- "subsys/ipc/**/*"
- "Kconfig"
- "CMakeLists.txt"

"CI-rs-test":
- "boards/nordic/**/*"
- "drivers/bluetooth/hci/**/*"
- "drivers/entropy/**/*"
- "dts/bindings/**/*"
- "include/zephyr/net/**/*"
- "include/zephyr/arch/**/*"
- "lib/libc/**/*"
- "lib/open-amp/**/*"
- "modules/hal_nordic/**/*"
- "modules/mbedtls/**/*"
- "modules/openthread/**/*"
- "modules/trusted-firmware-m/**/*"
- "samples/net/sockets/echo_*/**/*"
- any:
- "!.github/**/*"
- "!doc/**/*"
- "!CODEOWNERS"
- "!LICENSE"
- "!**/*.rst"
- "!VERSION"
- "!SDK_VERSION"
- "!MAINTAINERS.yml"
- "!version.h.in"
- "!Jenkinsfile"
- "!**/*.md"
- "!tests/**/*"
- "!samples/**/*"
- "!scripts/**/*"
- "share/**/*"
- "soc/nordic/**/*"
- "subsys/net/**/*"
- "subsys/settings/**/*"
- "subsys/bluetooth/shell/**/*"
- "subsys/ipc/**/*"
- "Kconfig"
- "CMakeLists.txt"

"CI-thread-test":
- "include/zephyr/net/**/*"
Expand Down

0 comments on commit 6f6b0e4

Please sign in to comment.