From 6d6c4e62e9573581e35ce9c9edee7a84a7460ce2 Mon Sep 17 00:00:00 2001 From: Tobias Grieger Date: Wed, 17 Aug 2022 11:57:17 +0200 Subject: [PATCH] roachtest: own smoketest/secure to test-eng Release justification: testing Release note: None --- pkg/cmd/roachtest/tests/smoketest_secure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/roachtest/tests/smoketest_secure.go b/pkg/cmd/roachtest/tests/smoketest_secure.go index a0d7465947fc..7ee99b40e4d5 100644 --- a/pkg/cmd/roachtest/tests/smoketest_secure.go +++ b/pkg/cmd/roachtest/tests/smoketest_secure.go @@ -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")