Skip to content

Commit

Permalink
Merge #137619
Browse files Browse the repository at this point in the history
137619: roachtest: run disk bandwidth roachtest nightly r=sumeerbhola a=aadityasondhi

With #132332 resolved, we can turn this test back on.

Informs: #132332.

Release note: None

Co-authored-by: Aaditya Sondhi <[email protected]>
  • Loading branch information
craig[bot] and aadityasondhi committed Dec 18, 2024
2 parents 302f9bd + 2690de0 commit 354d77a
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 354d77a

Please sign in to comment.