From 80c316dbd9d135d5e790344d05244bad690f8d59 Mon Sep 17 00:00:00 2001 From: David Storch Date: Thu, 7 Nov 2024 11:05:13 -0500 Subject: [PATCH] SERVER-96801 Mark read-only mode tests as owned by RSS Sydney (#28955) GitOrigin-RevId: 0276814dc8fcb0dc5060baeca55d6692fcd16c84 --- .github/CODEOWNERS | 4 ++++ buildscripts/resmokeconfig/suites/OWNERS.yml | 3 +++ jstests/readonly/OWNERS.yml | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 jstests/readonly/OWNERS.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d5ea90e9629..8e9685a3530 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -59,6 +59,7 @@ WORKSPACE.bazel @10gen/devprod-build @svc-auto-approve-bot /buildscripts/resmokeconfig/suites/**/* /buildscripts/resmokeconfig/suites/**/query_golden* @10gen/query-optimization @svc-auto-approve-bot /buildscripts/resmokeconfig/suites/**/queryable_wt* @10gen/server-rss-sydney @svc-auto-approve-bot +/buildscripts/resmokeconfig/suites/**/read_only* @10gen/server-rss-sydney @svc-auto-approve-bot /buildscripts/resmokeconfig/suites/**/no_passthrough_network* @10gen/server-networking-and-observability @svc-auto-approve-bot # The following patterns are parsed from ./buildscripts/resmokelib/OWNERS.yml @@ -573,6 +574,9 @@ WORKSPACE.bazel @10gen/devprod-build @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 +# The following patterns are parsed from ./jstests/readonly/OWNERS.yml +/jstests/readonly/**/* @10gen/server-rss-sydney @svc-auto-approve-bot + # The following patterns are parsed from ./jstests/replsets/OWNERS.yml /jstests/replsets/**/* @10gen/server-replication @svc-auto-approve-bot /jstests/replsets/**/*capped* @10gen/server-storage-execution @svc-auto-approve-bot diff --git a/buildscripts/resmokeconfig/suites/OWNERS.yml b/buildscripts/resmokeconfig/suites/OWNERS.yml index ea078bf9a37..917c524ae51 100644 --- a/buildscripts/resmokeconfig/suites/OWNERS.yml +++ b/buildscripts/resmokeconfig/suites/OWNERS.yml @@ -8,6 +8,9 @@ filters: - "queryable_wt*": approvers: - 10gen/server-rss-sydney + - "read_only*": + approvers: + - 10gen/server-rss-sydney - "no_passthrough_network*": approvers: - 10gen/server-networking-and-observability diff --git a/jstests/readonly/OWNERS.yml b/jstests/readonly/OWNERS.yml new file mode 100644 index 00000000000..07551ef2454 --- /dev/null +++ b/jstests/readonly/OWNERS.yml @@ -0,0 +1,5 @@ +version: 1.0.0 +filters: + - "*": + approvers: + - 10gen/server-rss-sydney