Skip to content

Commit

Permalink
[nrf noup] test-spec: introduce specific ble-sample label
Browse files Browse the repository at this point in the history
Add CI-ble-samples-test label and test spec for ble sample CI.
It has different test scope than BLE CI

Signed-off-by: Guojun Wang <guojun.wang@nordicsemi.no>
  • Loading branch information
guwa authored and nordicjm committed Mar 20, 2024
1 parent b8f9cb9 commit 80d7115
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@
- "!include/zephyr/bluetooth/mesh/**/*"
- "samples/bluetooth/hci_rpc/**/*"

"CI-ble-samples-test":
- any:
- "drivers/bluetooth/**/*"
- any:
- "dts/arm/nordic/nrf5*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
- "!subsys/bluetooth/audio/**/*"
- any:
- "include/zephyr/bluetooth/**/*"
- "!include/zephyr/bluetooth/mesh/**/*"
- "samples/bluetooth/**/*"

"CI-mesh-test":
- "subsys/bluetooth/mesh/**/*"
- "include/zephyr/bluetooth/mesh/**/*"
Expand Down

0 comments on commit 80d7115

Please sign in to comment.