From 6cd22639c5b6f9d2075d809b387d17358d32633b Mon Sep 17 00:00:00 2001 From: Guojun Wang Date: Tue, 19 Mar 2024 11:22:47 +0100 Subject: [PATCH] test-spec: introduce specific ble-sample label 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 --- .github/test-spec.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 86c2ce84c4..679c7fd2c4 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -36,6 +36,12 @@ - "mpsl/include/**/*" - "mpsl/lib/**/*" +"CI-ble-samples-test": + - "softdevice_controller/include/**/*" + - "softdevice_controller/lib/**/*" + - "mpsl/include/**/*" + - "mpsl/lib/**/*" + "CI-mesh-test": null "CI-zigbee-test":