ci: rename sanitycheck -> twister
Change all CI scripts to use the new script name: twister. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5a4ab3388b
commit
a05d056943
12 changed files with 51 additions and 51 deletions
35
scripts/ci/twister_ignore.txt
Normal file
35
scripts/ci/twister_ignore.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
# 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 twister will not do a full run and optionally will only
|
||||
# run on changed tests or boards.
|
||||
#
|
||||
.gitlint
|
||||
.checkpatch.conf
|
||||
.clang-format
|
||||
.codecov.yml
|
||||
.editorconfig
|
||||
.gitattributes
|
||||
.gitignore
|
||||
.known-issues
|
||||
.mailmap
|
||||
.uncrustify.cfg
|
||||
CODEOWNERS
|
||||
MAINTAINERS.yml
|
||||
LICENSE
|
||||
Makefile
|
||||
tests/*
|
||||
samples/*
|
||||
boards/*/*/*
|
||||
doc/*
|
||||
# GH action have no impact on code
|
||||
.github/*
|
||||
*.rst
|
||||
*.md
|
||||
# if we change this file or associated script, it should not trigger a full
|
||||
# twister.
|
||||
scripts/ci/twister_ignore.txt
|
||||
scripts/ci/what_changed.py
|
||||
scripts/ci/version_mgr.py
|
||||
scripts/requirements*
|
Loading…
Add table
Add a link
Reference in a new issue