Skip to content

Commit

Permalink
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 <[email protected]>
  • Loading branch information
guwa authored and nordicjm committed Mar 20, 2024
1 parent 8a05b08 commit 669806a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,23 @@
- any:
- "include/bluetooth/**/*"
- "!include/bluetooth/mesh/**/*"
- any:
- "samples/bluetooth/**/*"
- "!samples/bluetooth/mesh/**/*"
- "subsys/nrf_rpc/**/*"
- "subsys/mpsl/**/*"
- "drivers/mpsl/**/*"

"CI-ble-samples-test":
- "samples/bluetooth/**/*"
- "subsys/nrf_rpc/**/*"
- "subsys/mpsl/**/*"
- "drivers/mpsl/**/*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
- any:
- "include/bluetooth/**/*"
- "!include/bluetooth/mesh/**/*"


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

0 comments on commit 669806a

Please sign in to comment.