zephyr/scripts/ci
Chris Friedt e363fdd16b scripts: ci: check_compliance: allow CONFIG_BOARD_UNIT_TESTING
Previously, code like the snippet below would not pass compliance checks.
With this change, we add `CONFIG_BOARD_UNIT_TESTING` to the Kconfig allow
list, so that code like the snippet below is not incorrectly reported as
a compliance failure.

```
if defined(CONFIG_BOARD_UNIT_TESTING)
/* unit-testing only */
endif
```

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-06-24 14:18:52 +02:00
..
coverage Coverage: Update color to font_color in header_format 2025-01-24 08:39:16 +01:00
es_upload
stats
check_compliance.py scripts: ci: check_compliance: allow CONFIG_BOARD_UNIT_TESTING 2025-06-24 14:18:52 +02:00
check_maintainer_changes.py ci: add member check 2025-06-18 17:47:54 -04:00
do_not_merge.py scripts: do_not_merge: print the API limit stats 2025-06-18 09:54:12 -04:00
errno.py
guideline_check.py
Kconfig.board.v2
pylintrc ci: remove pylint checks covered by ruff 2025-06-20 08:52:22 +02:00
tags.yaml
test_plan.py
twister_ignore.txt ci: add member check 2025-06-18 17:47:54 -04:00
twister_report_analyzer.py ci: twister: Group CMake and Build failures in Twister analysis 2025-02-13 16:42:23 +01:00
upload_test_results_es.py
version_mgr.py