Skip to content

Commit

Permalink
roachtest: own autoupgrade to TestEng
Browse files Browse the repository at this point in the history
Discussed in cockroachdb#99479.

Epic: none
Release note: None
  • Loading branch information
tbg committed Mar 31, 2023
1 parent bb5c97b commit 8c37cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/autoupgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func registerAutoUpgrade(r registry.Registry) {

r.Add(registry.TestSpec{
Name: `autoupgrade`,
Owner: registry.OwnerKV,
Owner: registry.OwnerTestEng,
Cluster: r.MakeClusterSpec(5),
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
if c.IsLocal() && runtime.GOARCH == "arm64" {
Expand Down

0 comments on commit 8c37cf8

Please sign in to comment.