We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72c138e + 38b980e commit 76bb21aCopy full SHA for 76bb21a
pkg/cmd/roachtest/tests/restore.go
@@ -309,6 +309,12 @@ func registerRestore(r registry.Registry) {
309
timeout: 2 * time.Hour,
310
suites: registry.Suites(registry.Nightly),
311
},
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
+ },
318
{
319
// Benchmarks using a low memory per core ratio - we don't expect ideal
320
// performance but nodes should not OOM.
0 commit comments