Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
- "samples/tfm_integration/**/*"

"CI-ble-test":
- any:
- "arch/arm/**/*"
- any:
- "drivers/bluetooth/**/*"
- any:
Expand All @@ -97,7 +99,12 @@
- any:
- "include/zephyr/bluetooth/**/*"
- "!include/zephyr/bluetooth/mesh/**/*"
- "samples/bluetooth/hci_ipc/**/*"
- any:
- "boards/nordic/nrf5*"
- any:
- "soc/nordic/**/*"
- any:
- "subsys/pm/**/*"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to enable "subsys pm" to trigger BLE CI as well if the PM related configuration broke BLE CI this time?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I will add that as well

"CI-ble-samples-test":
- any:
Expand Down