From d5fe82b8cc99e994a7b5fb332e10fe1f7ca4d575 Mon Sep 17 00:00:00 2001 From: Drew Paroski Date: Tue, 5 Nov 2024 18:05:04 -0500 Subject: [PATCH] SERVER-96680 Mark some tests as owned by the DevProd Correctness team (#28838) GitOrigin-RevId: 1b587d783576af0d7dbf434ad37633d45067a738 --- .github/CODEOWNERS | 3 +++ jstests/resmoke_selftest/OWNERS.yml | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 jstests/resmoke_selftest/OWNERS.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9d1f09e13ea..6e7a89057fd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/jstests/resmoke_selftest/OWNERS.yml b/jstests/resmoke_selftest/OWNERS.yml new file mode 100644 index 00000000000..889c04951ed --- /dev/null +++ b/jstests/resmoke_selftest/OWNERS.yml @@ -0,0 +1,5 @@ +version: 1.0.0 +filters: + - "*": + approvers: + - 10gen/devprod-correctness