mirror of https://github.com/mongodb/mongo
SERVER-107282 Update CODEOWNERS to expand test-only definition (#38279)
GitOrigin-RevId: b4edbcc01aff745fef046ea6fe2b48e9f0ea5958
This commit is contained in:
parent
353feeecfd
commit
ae7cb41293
|
|
@ -4,8 +4,10 @@
|
|||
# Exclude some test files and READMEs from the backport approvals
|
||||
/etc/backports_required_for_multiversion_tests.yml
|
||||
/etc/*.suppressions
|
||||
/README.md
|
||||
**/README.md
|
||||
README.md
|
||||
|
||||
# Exclude all the tests under "jstests" directories from backport approvals
|
||||
**/jstests/**/*
|
||||
# Exclude test-only related files from server-release approvals
|
||||
jstests/
|
||||
/src/mongo/dbtests/
|
||||
/src/mongo/**/*_test.cpp
|
||||
/src/mongo/**/*_bm.cpp
|
||||
Loading…
Reference in New Issue