From 393db164e16e6af20b34ded0589c3d1b4bee5cfa Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Fri, 1 Sep 2023 09:30:00 +0200 Subject: [PATCH] ci: bsim: Improve path triggers for bsim tests Let's also run the BabbleSim tests when either the native simulator or the the include headers are changed. The include path was forgotten when creating the filter. The nrf52_bsim was changed to use the native simulator in 3a4bebacb143c036555b8f8c368315690e761c33 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 573328a9665..435d61c3085 100644 --- a/.github/workflows/bsim-tests.yaml +++ b/.github/workflows/bsim-tests.yaml @@ -12,6 +12,8 @@ on: - "boards/posix/**" - "soc/posix/**" - "arch/posix/**" + - "include/zephyr/arch/posix/**" + - "scripts/native_simulator/**" - "samples/net/sockets/echo_*/**" - "modules/openthread/**" - "subsys/net/l2/openthread/**" @@ -86,6 +88,8 @@ jobs: boards/posix/** soc/posix/** arch/posix/** + include/zephyr/arch/posix/** + scripts/native_simulator/** tests/bsim/* - name: Check if Bluethooth files changed