Skip to content

Commit

Permalink
roachtest: update mt-upgrade test owner to db-server
Browse files Browse the repository at this point in the history
This PR updates the test ownership for the
multitenant-upgrade test to the DB Server
team. All future test failures will be routed
to `t-db-server` for triage.

Epic: none
Release note: none
  • Loading branch information
rimadeodhar committed Dec 9, 2024
1 parent 2a92c11 commit 139bbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/registry/owners.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
OwnerAdmissionControl Owner = `admission-control`
OwnerObservability Owner = `obs-prs`
OwnerObservabilityIndia Owner = `obs-india-prs`
OwnerServer Owner = `server` // not currently staffed
OwnerServer Owner = `server`
OwnerSQLFoundations Owner = `sql-foundations`
OwnerMigrations Owner = `migrations`
OwnerProductSecurity Owner = `product-security`
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/multitenant_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func registerMultiTenantUpgrade(r registry.Registry) {
Cluster: r.MakeClusterSpec(7),
CompatibleClouds: registry.CloudsWithServiceRegistration,
Suites: registry.Suites(registry.Nightly),
Owner: registry.OwnerDisasterRecovery,
Owner: registry.OwnerServer,
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
runMultitenantUpgrade(ctx, t, c)
},
Expand Down

0 comments on commit 139bbcd

Please sign in to comment.