0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00

SERVER-96680 Mark some tests as owned by the DevProd Correctness team (#28838)

GitOrigin-RevId: 1b587d783576af0d7dbf434ad37633d45067a738
This commit is contained in:
Drew Paroski 2024-11-05 18:05:04 -05:00 committed by MongoDB Bot
parent f36111ced3
commit d5fe82b8cc
2 changed files with 8 additions and 0 deletions

3
.github/CODEOWNERS vendored
View File

@ -524,6 +524,9 @@ WORKSPACE.bazel @10gen/devprod-build @svc-auto-approve-bot
/jstests/replsets/**/* @10gen/server-replication @svc-auto-approve-bot
/jstests/replsets/**/*capped* @10gen/server-storage-execution @svc-auto-approve-bot
# The following patterns are parsed from ./jstests/resmoke_selftest/OWNERS.yml
/jstests/resmoke_selftest/**/* @10gen/devprod-correctness @svc-auto-approve-bot
# The following patterns are parsed from ./jstests/sharding/OWNERS.yml
/jstests/sharding/**/auto_split_vector_basic.js @10gen/server-cluster-scalability @svc-auto-approve-bot
/jstests/sharding/**/*fsync_lock* @10gen/server-cluster-scalability @svc-auto-approve-bot

View File

@ -0,0 +1,5 @@
version: 1.0.0
filters:
- "*":
approvers:
- 10gen/devprod-correctness