Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
114419: restore: add workload node to online restore roachtest r=adityamaru a=msbutler

Epic: none

Release note: none

Co-authored-by: Michael Butler <[email protected]>
  • Loading branch information
craig[bot] and msbutler committed Nov 14, 2023
2 parents ce3f78b + 45f2b5c commit 51a2ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/online_restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func registerOnlineRestore(r registry.Registry) {
for _, sp := range []restoreSpecs{
{
namePrefix: "online",
hardware: makeHardwareSpecs(hardwareSpecs{ebsThroughput: 250 /* MB/s */}),
hardware: makeHardwareSpecs(hardwareSpecs{ebsThroughput: 250 /* MB/s */, workloadNode: true}),
backup: makeRestoringBackupSpecs(backupSpecs{nonRevisionHistory: true, version: "v23.1.11"}),
timeout: 5 * time.Hour,
clouds: registry.AllClouds,
Expand Down

0 comments on commit 51a2ae7

Please sign in to comment.