Skip to content

Commit f20f5bf

Browse files
committed
roachtest: run allocbench weekly
This accounts for just having doubled the number of tests it runs in the previous commit.
1 parent 6da4010 commit f20f5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/allocation_bench.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func registerAllocationBenchSpec(r registry.Registry, allocSpec allocationBenchS
272272
Timeout: time.Duration(allocSpec.samples) * time.Hour,
273273
NonReleaseBlocker: true,
274274
CompatibleClouds: registry.AllExceptAWS,
275-
Suites: registry.Suites(registry.Nightly),
275+
Suites: registry.Suites(registry.Weekly),
276276
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
277277
runAllocationBench(ctx, t, c, allocSpec)
278278
},

0 commit comments

Comments
 (0)