Skip to content

Commit

Permalink
[nrf noup] test-spec: make rs and fem tags more specific
Browse files Browse the repository at this point in the history
Still trigger on all code changes but excluded non-code folders.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks authored and rlubos committed Jul 15, 2024
1 parent 6093f49 commit 303a836
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,40 @@
- "modules/mbedtls/**/*"

"CI-fem-test":
- "samples/net/sockets/echo_*/**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"
- "!.github/**/*"
- "!doc/**/*"
- "!CODEOWNERS"
- "!LICENSE"
- "!**/*.rst"
- "!VERSION"
- "!SDK_VERSION"
- "!MAINTAINERS.yml"
- "!version.h.in"
- "!Jenkinsfile"
- "!**/*.md"
- "!tests/**/*"
- "!samples/**/*"
- "!scripts/**/*"

"CI-rs-test":
- "samples/net/sockets/echo_*/**/*"
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"
- "!.github/**/*"
- "!doc/**/*"
- "!CODEOWNERS"
- "!LICENSE"
- "!**/*.rst"
- "!VERSION"
- "!SDK_VERSION"
- "!MAINTAINERS.yml"
- "!version.h.in"
- "!Jenkinsfile"
- "!**/*.md"
- "!tests/**/*"
- "!samples/**/*"
- "!scripts/**/*"

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

0 comments on commit 303a836

Please sign in to comment.