From 00cfae9170cd5d6d9a81e6c26bc291c253bc9ef1 Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Thu, 5 Dec 2024 12:49:31 +0100 Subject: [PATCH] test-spec: Refine the test spec for CI-ble-samples-test 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 --- .github/test-spec.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index e36a59be67f0..40fc3e018790 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -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/**/*"