twister_ignore.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Add one pattern per line.
  2. #
  3. # The patterns listed in this file will be compared with the list of files
  4. # changed in a patch series (Pull Request) and if all files in the pull request
  5. # are matched, then twister will not do a full run and optionally will only
  6. # run on changed tests or boards.
  7. #
  8. .buildkite/daily.yml
  9. .gitlint
  10. .checkpatch.conf
  11. .clang-format
  12. .codecov.yml
  13. .editorconfig
  14. .gitattributes
  15. .gitignore
  16. .mailmap
  17. .uncrustify.cfg
  18. CODEOWNERS
  19. MAINTAINERS.yml
  20. LICENSE
  21. Makefile
  22. tests/*
  23. samples/*
  24. boards/*/*/*
  25. arch/xtensa/*
  26. arch/x86/*
  27. arch/posix/*
  28. arch/arc/*
  29. arch/sparc/*
  30. arch/arm/*
  31. arch/nios2/*
  32. arch/riscv/*
  33. include/arch/xtensa/*
  34. include/arch/x86/*
  35. include/arch/posix/*
  36. include/arch/arc/*
  37. include/arch/sparc/*
  38. include/arch/arm/*
  39. include/arch/nios2/*
  40. include/arch/riscv/*
  41. doc/*
  42. # GH action have no impact on code
  43. .github/*
  44. *.rst
  45. *.md
  46. # if we change this file or associated script, it should not trigger a full
  47. # twister.
  48. scripts/ci/twister_ignore.txt
  49. scripts/ci/what_changed.py
  50. scripts/ci/version_mgr.py
  51. scripts/requirements*
  52. scripts/checkpatch/*
  53. scripts/checkpatch.pl
  54. scripts/ci/pylintrc