MAINTAINERS: Tweak nRF BSIM filters

The exclusion filter for bsim tests is currently
too broad. There is "infrastructure" files inside
these folders (not just in the top level folder)
and users may add more.
So let's change the filter to exclude tests source,
cmake and kconfig files, but catch the rest.

Also the documentation for the tests and workflows
were missing.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-22 12:46:03 +01:00 committed by Anas Nashif
parent 9fb8d511e1
commit 8d7982cde2

View file

@ -2807,8 +2807,11 @@ nRF BSIM:
- boards/native/nrf_bsim/
- tests/boards/nrf52_bsim/
- tests/bsim/
files-exclude:
- tests/bsim/*/
- doc/develop/test/bsim.rst
- .github/workflows/bsim-tests*
files-regex-exclude:
- tests\/bsim\/.*\/.*\.([ch]|conf)
- tests\/bsim\/.*\/(CMakeLists|Kconfig).*
labels:
- "platform: nRF BSIM"
tests: