diff --git a/pkg/cmd/teamcity-trigger/main.go b/pkg/cmd/teamcity-trigger/main.go index fb0dd47174cf..57d8810347b0 100644 --- a/pkg/cmd/teamcity-trigger/main.go +++ b/pkg/cmd/teamcity-trigger/main.go @@ -109,7 +109,8 @@ func runTC(queueBuild func(string, map[string]string)) { } else { opts["env.COCKROACH_KVNEMESIS_STEPS"] = "10000" } - case baseImportPath + "sql/logictest", baseImportPath + "kv/kvserver": + case baseImportPath + "sql/logictest", baseImportPath + "kv/kvserver", + baseImportPath + "ccl/logictestccl": // Stress heavy with reduced parallelism (to avoid overloading the // machine, see https://github.com/cockroachdb/cockroach/pull/10966). parallelism /= 2