From 80d711560b74105b169c64da29d6099f198c7847 Mon Sep 17 00:00:00 2001 From: Guojun Wang Date: Tue, 19 Mar 2024 11:08:23 +0100 Subject: [PATCH] [nrf noup] 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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index d9dcf1280f1..a4776a433f3 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -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/**/*"