Skip to content

Commit

Permalink
codeowners: add test-eng to owners of pkg/workload
Browse files Browse the repository at this point in the history
Add test-eng as a code owner/watcher for pkg/workload.

In light of recent and future improvements [1], [2],
TestEng would prefer to be in sync with all changes
to the workload code. Over time, the team plans to build
expertise in this area.

[1] #88362
[2] #88566

Release note: None
Release justification: test only change
  • Loading branch information
srosenberg committed Sep 29, 2022
1 parent 610ad9a commit 1b0e197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
/pkg/ccl/testccl/workload/schemachange/ @cockroachdb/sql-schema
/pkg/ccl/testutilsccl/ @cockroachdb/test-eng-noreview
/pkg/ccl/utilccl/ @cockroachdb/unowned @cockroachdb/server-prs
/pkg/ccl/workloadccl/ @cockroachdb/sql-experience-noreview
/pkg/ccl/workloadccl/ @cockroachdb/sql-experience-noreview @cockroachdb/test-eng
/pkg/ccl/benchccl/rttanalysisccl/ @cockroachdb/sql-experience
/pkg/clusterversion/ @cockroachdb/kv-prs-noreview
/pkg/cmd/allocsim/ @cockroachdb/kv-prs
Expand Down Expand Up @@ -286,7 +286,7 @@
/pkg/cmd/uptodate/ @cockroachdb/dev-inf
/pkg/cmd/urlcheck/ @cockroachdb/docs
/pkg/cmd/whoownsit/ @cockroachdb/test-eng
/pkg/cmd/workload/ @cockroachdb/sql-experience-noreview
/pkg/cmd/workload/ @cockroachdb/sql-experience-noreview @cockroachdb/test-eng
/pkg/cmd/wraprules/ @cockroachdb/obs-inf-prs-noreview
/pkg/cmd/zerosum/ @cockroachdb/kv-noreview
/pkg/col/ @cockroachdb/sql-queries
Expand Down Expand Up @@ -360,7 +360,7 @@
/pkg/util/admission/ @cockroachdb/admission-control
/pkg/util/schedulerlatency/ @cockroachdb/admission-control
/pkg/util/tracing @cockroachdb/obs-inf-prs
/pkg/workload/ @cockroachdb/sql-experience-noreview
/pkg/workload/ @cockroachdb/sql-experience-noreview @cockroachdb/test-eng
/pkg/obs/ @cockroachdb/obs-inf-prs
/pkg/obsservice/ @cockroachdb/obs-inf-prs

Expand Down

0 comments on commit 1b0e197

Please sign in to comment.