Skip to content

Commit

Permalink
roachtest: run disk bandwidth roachtest nightly
Browse files Browse the repository at this point in the history
With cockroachdb#132332 resolved, we
can turn this test back on.

Informs: cockroachdb#132332.

Release note: None
  • Loading branch information
aadityasondhi committed Dec 17, 2024
1 parent 76ed91e commit 2690de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func registerDiskBandwidthOverload(r registry.Registry) {
Benchmark: true,
CompatibleClouds: registry.AllExceptAzure,
// TODO(aaditya): change to weekly once the test stabilizes.
Suites: registry.ManualOnly,
Suites: registry.Suites(registry.Nightly),
Cluster: r.MakeClusterSpec(2, spec.CPU(8), spec.WorkloadNode(), spec.ReuseNone()),
Leases: registry.MetamorphicLeases,
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
Expand Down

0 comments on commit 2690de0

Please sign in to comment.