Skip to content

Commit

Permalink
test-spec: Refine the test spec for CI-ble-samples-test
Browse files Browse the repository at this point in the history
Some samples are not tested as part of CI-ble-samples-test.
Therefore there is no need to run that CI plan in those cases.

Signed-off-by: Rubin Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen committed Jan 8, 2025
1 parent 40e3d4f commit 00cfae9
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,30 @@
- "drivers/mpsl/**/*"

"CI-ble-samples-test":
- "samples/bluetooth/**/*"
- "samples/bluetooth/central_and_peripheral_hr/*"
- "samples/bluetooth/central_bas/*"
- "samples/bluetooth/central_hids/*"
- "samples/bluetooth/central_hr_coded/*"
- "samples/bluetooth/central_smp_client/*"
- "samples/bluetooth/central_uart/*"
- "samples/bluetooth/direct_test_mode/*"
- "samples/bluetooth/llpm/*"
- "samples/bluetooth/nrf_dm/*"
- "samples/bluetooth/peripheral_ancs_client/*"
- "samples/bluetooth/peripheral_bms/*"
- "samples/bluetooth/peripheral_cgms/*"
- "samples/bluetooth/peripheral_cts_client/*"
- "samples/bluetooth/peripheral_gatt_dm/*"
- "samples/bluetooth/peripheral_hids_keyboard/*"
- "samples/bluetooth/peripheral_hids_mouse/*"
- "samples/bluetooth/peripheral_lbs/*"
- "samples/bluetooth/peripheral_mds/*"
- "samples/bluetooth/peripheral_rscs/*"
- "samples/bluetooth/peripheral_status/*"
- "samples/bluetooth/peripheral_uart/*"
- "samples/bluetooth/radio_coex_1wire/*"
- "samples/bluetooth/throughput/*"
- "samples/mpsl/timeslot/*"
- "samples/peripheral/radio_test/**/*"
- "subsys/nrf_rpc/**/*"
- "subsys/mpsl/**/*"
Expand Down

0 comments on commit 00cfae9

Please sign in to comment.