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 3a4bebacb1
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
2f90ef488a
commit
393db164e1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/bsim-tests.yaml
vendored
4
.github/workflows/bsim-tests.yaml
vendored
|
@ -12,6 +12,8 @@ on:
|
||||||
- "boards/posix/**"
|
- "boards/posix/**"
|
||||||
- "soc/posix/**"
|
- "soc/posix/**"
|
||||||
- "arch/posix/**"
|
- "arch/posix/**"
|
||||||
|
- "include/zephyr/arch/posix/**"
|
||||||
|
- "scripts/native_simulator/**"
|
||||||
- "samples/net/sockets/echo_*/**"
|
- "samples/net/sockets/echo_*/**"
|
||||||
- "modules/openthread/**"
|
- "modules/openthread/**"
|
||||||
- "subsys/net/l2/openthread/**"
|
- "subsys/net/l2/openthread/**"
|
||||||
|
@ -86,6 +88,8 @@ jobs:
|
||||||
boards/posix/**
|
boards/posix/**
|
||||||
soc/posix/**
|
soc/posix/**
|
||||||
arch/posix/**
|
arch/posix/**
|
||||||
|
include/zephyr/arch/posix/**
|
||||||
|
scripts/native_simulator/**
|
||||||
tests/bsim/*
|
tests/bsim/*
|
||||||
|
|
||||||
- name: Check if Bluethooth files changed
|
- name: Check if Bluethooth files changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue