Skip to content

Commit

Permalink
roachtest: move generate-fixtures roachtest to test-eng ownership
Browse files Browse the repository at this point in the history
Epic: none
Release note: None
  • Loading branch information
rickystewart committed May 1, 2024
1 parent 03021e9 commit 301fe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func registerFixtures(r registry.Registry) {
Timeout: 30 * time.Minute,
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Fixtures),
Owner: registry.OwnerDevInf,
Owner: registry.OwnerTestEng,
Cluster: r.MakeClusterSpec(4),
Run: runFixtures,
}
Expand Down

0 comments on commit 301fe60

Please sign in to comment.