Skip to content

Commit ceabc54

Browse files
nordic-piksnordicjm
authored andcommitted
[nrf noup] test-spec: update CI-ble-samples-test
nrf-squash! [nrf noup] ci: add .github/test-spec.yml Depend on actual used socs. Zephyr ble samples are not executed at all. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent f381002 commit ceabc54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/test-spec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,16 @@
115115
- any:
116116
- "drivers/bluetooth/**/*"
117117
- any:
118-
- "dts/arm/nordic/nrf5*"
118+
- "dts/arm/nordic/nrf52*"
119+
- "dts/arm/nordic/nrf53*"
120+
- "dts/arm/nordic/nrf54*"
119121
- any:
120122
- "subsys/bluetooth/**/*"
121123
- "!subsys/bluetooth/mesh/**/*"
122124
- "!subsys/bluetooth/audio/**/*"
123125
- any:
124126
- "include/zephyr/bluetooth/**/*"
125127
- "!include/zephyr/bluetooth/mesh/**/*"
126-
- "samples/bluetooth/**/*"
127128

128129
"CI-mesh-test":
129130
- "subsys/bluetooth/mesh/**/*"

0 commit comments

Comments
 (0)