mirror of https://github.com/mongodb/mongo
SERVER-113914 Make 10gen/query-optimization-correctness owner of the plan_stability tests (#43984)
GitOrigin-RevId: 97e5fe168925b50a02b2b096d6fc05581f65cb23
This commit is contained in:
parent
c6df140e43
commit
1d9d095d58
|
|
@ -1507,6 +1507,7 @@ WORKSPACE.bazel @10gen/devprod-build @svc-auto-approve-bot
|
|||
|
||||
# The following patterns are parsed from ./jstests/query_golden/OWNERS.yml
|
||||
/jstests/query_golden/**/* @10gen/query-optimization @svc-auto-approve-bot
|
||||
/jstests/query_golden/**/*plan_stability* @10gen/query-optimization-correctness @svc-auto-approve-bot
|
||||
|
||||
# The following patterns are parsed from ./jstests/query_golden_sharding/OWNERS.yml
|
||||
/jstests/query_golden_sharding/**/* @10gen/query-optimization @svc-auto-approve-bot
|
||||
|
|
|
|||
|
|
@ -3,3 +3,6 @@ filters:
|
|||
- "*":
|
||||
approvers:
|
||||
- 10gen/query-optimization
|
||||
- "**/*plan_stability*":
|
||||
approvers:
|
||||
- 10gen/query-optimization-correctness
|
||||
|
|
|
|||
Loading…
Reference in New Issue