From 3b1cf79f621ae70d8cdf07764cad56719324da8e Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 10 Jun 2025 15:06:44 +0200 Subject: [PATCH] ci: bsim tests: Trigger on any change on tests/bluetooth As time passes we are adding more babblesim tests which depend on code/ tests from tests/bluetooth just like we have many based on samples from samples/bluetooth. Let's also trigger the Babblesim CI job when anything changes in tests/bluetooth, instead of trying to pinpoint the specific folders we use, as otherwise every now and then we have coverage holes and issues are introduced in main. Signed-off-by: Alberto Escolar Piedras --- .github/workflows/bsim-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml index 43ce2c3148d..c4db06c6718 100644 --- a/.github/workflows/bsim-tests.yaml +++ b/.github/workflows/bsim-tests.yaml @@ -10,7 +10,7 @@ on: - "tests/bsim/**" - "boards/nordic/nrf5*/*dt*" - "dts/*/nordic/**" - - "tests/bluetooth/common/testlib/**" + - "tests/bluetooth/**" - "samples/bluetooth/**" - "boards/native/**" - "soc/native/**" @@ -123,7 +123,7 @@ jobs: files: | samples/bluetooth/ subsys/bluetooth/ - tests/bluetooth/common/testlib/ + tests/bluetooth/ tests/bsim/bluetooth/ - name: Check if Networking files changed