zephyr/scripts/ci/twister_ignore.txt
Anas Nashif 43971ea0d5 ci: add member check
Verify that collaborators/maintainers added to the MAINTAINERS.yml file
actually have access to the project and are members.
Only those who already gained access following the process shall be
added to the file.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-06-18 17:47:54 -04:00

59 lines
1.6 KiB
Text

# 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
.mailmap
.github/workflows/codecov.yaml
.github/workflows/issue_count.yml
.github/workflows/stats_merged_prs.yml
.github/workflows/assigner.yml
.github/workflows/daily_test_version.yml
.github/workflows/do_not_merge.yml
.github/workflows/stale_issue.yml
.github/workflows/stale-workflow-queue-cleanup.yml
.github/workflows/greet_first_time_contributor.yml
.github/workflows/issues-report-config.json
.github/workflows/backport_issue_check.yml
MAINTAINERS.yml
CODEOWNERS
LICENSE
Makefile
doc/*
# GH action have no impact on code
.github/*
*.rst
*.jpg
*.png
*.md
# if we change this file or associated script, it should not trigger a full
# twister.
scripts/ci/test_plan.py
scripts/ci/twister_ignore.txt
scripts/ci/check_compliance.py
scripts/ci/errno.py
scripts/ci/upload_test_results_es.py
scripts/ci/what_changed.py
scripts/ci/version_mgr.py
scripts/ci/twister_report_analyzer.py
scripts/ci/stats/*
scripts/requirements*
scripts/checkpatch/*
scripts/checkpatch.pl
scripts/ci/pylintrc
scripts/footprint/*
scripts/make_bugs_pickle.py
scripts/set_assignees.py
scripts/gitlint/zephyr_commit_rules.py
scripts/west_commands/runners/canopen_program.py
scripts/ci/check_maintainer_changes.py
.github/workflows/maintainer_check.yml