Skip to content

Commit

Permalink
roachtest: own kv perf tests to test-eng
Browse files Browse the repository at this point in the history
Touches cockroachdb#82060.

Release note: None
  • Loading branch information
tbg committed Jul 12, 2022
1 parent a7a10ff commit cd10766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func registerKV(r registry.Registry) {
if opts.tracing {
nameParts = append(nameParts, "tracing")
}
owner := registry.OwnerKV
owner := registry.OwnerTestEng
if opts.owner != "" {
owner = opts.owner
}
Expand Down

0 comments on commit cd10766

Please sign in to comment.