Skip to content

Commit

Permalink
Merge pull request cockroachdb#105751 from cockroachdb/blathers/backp…
Browse files Browse the repository at this point in the history
…ort-release-22.2-105681

release-22.2: roachtest: move awsdms test ownership to migrations
  • Loading branch information
otan authored Jun 28, 2023
2 parents 0387049 + b5d61b5 commit ab0a84e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions TEAMS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ cockroachdb/unowned:
aliases:
cockroachdb/rfc-prs: other
triage_column_id: 0 # TODO
cockroachdb/migrations:
label: T-migrations
triage_column_id: 19552034
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/registry/owners.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
OwnerObsInf Owner = `obs-inf-prs`
OwnerServer Owner = `server` // not currently staffed
OwnerSQLFoundations Owner = `sql-foundations`
OwnerMigrations Owner = `migrations`
OwnerSQLQueries Owner = `sql-queries`
OwnerStorage Owner = `storage`
OwnerTestEng Owner = `test-eng`
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/awsdms.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func dmsDescribeTasksInput(v *version.Version) *dms.DescribeReplicationTasksInpu
func registerAWSDMS(r registry.Registry) {
r.Add(registry.TestSpec{
Name: "awsdms",
Owner: registry.OwnerSQLFoundations, // TODO(otan): add a migrations OWNERS team
Owner: registry.OwnerMigrations,
Cluster: r.MakeClusterSpec(1),
Tags: []string{`default`, `awsdms`},
Run: runAWSDMS,
Expand Down

0 comments on commit ab0a84e

Please sign in to comment.