mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 21:37:24 +00:00
Script to detect if full sanitycheck should run or if we can skip it and just run the code that actuallt changed (in samples/tests). Signed-off-by: Anas Nashif <anas.nashif@intel.com>
27 lines
616 B
Plaintext
27 lines
616 B
Plaintext
# Add one pattern per line.
|
|
#
|
|
# The patterns listed in this file will be compared with the list of files
|
|
# changed in a patch series (Pull Request) and if all files in the pull request
|
|
# are matched, then sanitycheck will not do a full run and optionally will only
|
|
# run on changed tests or boards.
|
|
#
|
|
.clang-format
|
|
.codecov.yml
|
|
.editorconfig
|
|
.gitattributes
|
|
.gitignore
|
|
.known-issues
|
|
.mailmap
|
|
.uncrustify.cfg
|
|
CODEOWNERS
|
|
LICENSE
|
|
Makefile
|
|
tests/*
|
|
samples/*
|
|
*.rst
|
|
*.md
|
|
# if we change this file or associated script, it should not trigger a full
|
|
# sanitycheck.
|
|
scripts/ci/sanitycheck_ignore.txt
|
|
scripts/ci/what_changed.py
|