Skip to content

Commit

Permalink
roachtest: own smoketest/secure to test-eng
Browse files Browse the repository at this point in the history
Release justification: testing
Release note: None
  • Loading branch information
tbg committed Aug 17, 2022
1 parent b1811c9 commit 6d6c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/smoketest_secure.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func registerSecure(r registry.Registry) {
r.Add(registry.TestSpec{
Name: fmt.Sprintf("smoketest/secure/nodes=%d", numNodes),
Tags: []string{"smoketest", "weekly"},
Owner: registry.OwnerKV, // TODO: OwnerTestEng once the open PR that introduces it has merged
Owner: registry.OwnerTestEng,
Cluster: r.MakeClusterSpec(numNodes),
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
c.Put(ctx, t.Cockroach(), "./cockroach")
Expand Down

0 comments on commit 6d6c4e6

Please sign in to comment.