Skip to content

Commit 76bb21a

Browse files
craig[bot]msbutler
andcommitted
Merge #154288
154288: roachtest: add restore/tpcc-5k/azure/nodes=4/cpus=8 test r=dt a=msbutler Fixes #91310 Release note: none Co-authored-by: Michael Butler <[email protected]>
2 parents 72c138e + 38b980e commit 76bb21a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/cmd/roachtest/tests/restore.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,12 @@ func registerRestore(r registry.Registry) {
309309
timeout: 2 * time.Hour,
310310
suites: registry.Suites(registry.Nightly),
311311
},
312+
{
313+
hardware: makeHardwareSpecs(hardwareSpecs{}),
314+
backup: backupSpecs{cloud: spec.Azure, fixture: SmallFixture},
315+
timeout: 2 * time.Hour,
316+
suites: registry.Suites(registry.Nightly),
317+
},
312318
{
313319
// Benchmarks using a low memory per core ratio - we don't expect ideal
314320
// performance but nodes should not OOM.

0 commit comments

Comments
 (0)