From 12ea90c8dc308d11d38e2e04ee3ec34e24908b74 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 10 Sep 2024 11:16:00 +0200 Subject: [PATCH] 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 --- .github/workflows/bsim-tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml index ec2b56d7a3d..0c50ca5d6fd 100644 --- a/.github/workflows/bsim-tests.yaml +++ b/.github/workflows/bsim-tests.yaml @@ -8,6 +8,8 @@ on: - "west.yml" - "subsys/bluetooth/**" - "tests/bsim/**" + - "boards/nordic/nrf5*/*dt*" + - "dts/*/nordic/**" - "tests/bluetooth/common/testlib/**" - "samples/bluetooth/**" - "boards/posix/**" @@ -98,6 +100,8 @@ jobs: include/zephyr/arch/posix/ scripts/native_simulator/ tests/bsim/* + boards/nordic/nrf5*/*dt* + dts/*/nordic/ - name: Check if Bluethooth files changed uses: tj-actions/changed-files@v45