Skip to content

Commit

Permalink
roachtest: reduce frequency of index-overload test
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
irfansharif committed Nov 28, 2022
1 parent 1a6e9f8 commit 815aa8f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkg/cmd/roachtest/tests/admission_control_index_overload.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ import (
// queries, but the intent is to measure the impact of the index creation.
func registerIndexOverload(r registry.Registry) {
r.Add(registry.TestSpec{
Name: "admission-control/index-overload",
Owner: registry.OwnerAdmissionControl,
// TODO(baptist): After two weeks of nightly baking time, reduce
// this to a weekly cadence. This is a long-running test and serves only
// as a coarse-grained benchmark.
// Tags: []string{`weekly`},
Name: "admission-control/index-overload",
Owner: registry.OwnerAdmissionControl,
Tags: []string{`weekly`},
Cluster: r.MakeClusterSpec(4, spec.CPU(8)),
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
crdbNodes := c.Spec().NodeCount - 1
Expand Down

0 comments on commit 815aa8f

Please sign in to comment.