Skip to content

Commit

Permalink
[nrf noup] test-spec: make find-my tag more specific
Browse files Browse the repository at this point in the history
Base on compilation dependencies.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks authored and rlubos committed Jul 15, 2024
1 parent 303a836 commit 9772e05
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,23 @@
- "!subsys/bluetooth/audio/**/*"

"CI-find-my-test":
- any:
- "**/*"
- "!samples/bluetooth/**/*"
- "!tests/bluetooth/**/*"
- "boards/nordic/**/*"
- "drivers/bluetooth/**/*"
- "drivers/entropy/**/*"
- "drivers/flash/**/*"
- "drivers/usb/**/*"
- "drivers/regulator/**/*"
- "soc/nordic/**/*"
- "subsys/bluetooth/**/*"
- "subsys/dfu/**/*"
- "subsys/fs/**/*"
- "subsys/ipc/**/*"
- "subsys/net/**/*"
- "subsys/random/**/*"
- "subsys/settings/**/*"
- "subsys/storage/**/*"
- "subsys/tracing/**/*"
- "subsys/usb/device/**/*"

"CI-rpc-test":
- "subsys/ipc/ipc_service/**/*"
Expand Down

0 comments on commit 9772e05

Please sign in to comment.