Skip to content

Commit

Permalink
Merge 62e3481 into blathers/backport-release-24.1-132931
Browse files Browse the repository at this point in the history
  • Loading branch information
blathers-crl[bot] authored Oct 18, 2024
2 parents 7bf34ea + 62e3481 commit 4cc6a00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/cmd/roachtest/tests/failover.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func registerFailover(r registry.Registry) {
Name: "failover/partial/lease-gateway" + leasesStr,
Owner: registry.OwnerKV,
Benchmark: true,
Timeout: 30 * time.Minute,
Timeout: 45 * time.Minute,
Cluster: r.MakeClusterSpec(8, spec.CPU(2), spec.WorkloadNode(), spec.WorkloadNodeCPU(2)),
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Nightly),
Expand All @@ -104,7 +104,7 @@ func registerFailover(r registry.Registry) {
Name: "failover/partial/lease-leader" + leasesStr,
Owner: registry.OwnerKV,
Benchmark: true,
Timeout: 30 * time.Minute,
Timeout: 45 * time.Minute,
Cluster: r.MakeClusterSpec(7, spec.CPU(2), spec.WorkloadNode(), spec.WorkloadNodeCPU(2)),
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Nightly),
Expand All @@ -116,7 +116,7 @@ func registerFailover(r registry.Registry) {
Name: "failover/partial/lease-liveness" + leasesStr,
Owner: registry.OwnerKV,
Benchmark: true,
Timeout: 30 * time.Minute,
Timeout: 45 * time.Minute,
Cluster: r.MakeClusterSpec(8, spec.CPU(2), spec.WorkloadNode(), spec.WorkloadNodeCPU(2)),
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Nightly),
Expand Down Expand Up @@ -145,7 +145,7 @@ func registerFailover(r registry.Registry) {
Name: fmt.Sprintf("failover/non-system/%s%s", failureMode, leasesStr),
Owner: registry.OwnerKV,
Benchmark: true,
Timeout: 30 * time.Minute,
Timeout: 45 * time.Minute,
SkipPostValidations: postValidation,
Cluster: r.MakeClusterSpec(7, clusterOpts...),
CompatibleClouds: clouds,
Expand All @@ -161,7 +161,7 @@ func registerFailover(r registry.Registry) {
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Weekly),
Benchmark: true,
Timeout: 30 * time.Minute,
Timeout: 45 * time.Minute,
SkipPostValidations: postValidation,
Cluster: r.MakeClusterSpec(5, clusterOpts...),
Leases: leases,
Expand All @@ -175,7 +175,7 @@ func registerFailover(r registry.Registry) {
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Weekly),
Benchmark: true,
Timeout: 30 * time.Minute,
Timeout: 45 * time.Minute,
SkipPostValidations: postValidation,
Cluster: r.MakeClusterSpec(7, clusterOpts...),
Leases: leases,
Expand Down

0 comments on commit 4cc6a00

Please sign in to comment.