Skip to content

Commit 12ea90c

Browse files
aescolarcarlescufi
authored andcommitted
ci: bsim tests: Also trigger on common nordic DT changes
The bsim boards, just like the real ones, use the common nordic DT definitions, but this were not triggering CI. Some issues got in main due to this. Let's be sure to trigger this workflow also when the releavnt DT files are changed. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 311ddf9 commit 12ea90c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- "west.yml"
99
- "subsys/bluetooth/**"
1010
- "tests/bsim/**"
11+
- "boards/nordic/nrf5*/*dt*"
12+
- "dts/*/nordic/**"
1113
- "tests/bluetooth/common/testlib/**"
1214
- "samples/bluetooth/**"
1315
- "boards/posix/**"
@@ -98,6 +100,8 @@ jobs:
98100
include/zephyr/arch/posix/
99101
scripts/native_simulator/
100102
tests/bsim/*
103+
boards/nordic/nrf5*/*dt*
104+
dts/*/nordic/
101105
102106
- name: Check if Bluethooth files changed
103107
uses: tj-actions/changed-files@v45

0 commit comments

Comments
 (0)