Skip to content

Commit

Permalink
roachtest: only run ldr tests on gce
Browse files Browse the repository at this point in the history
We cannot debug perf based failures on other clouds as we do not collect time
series metrics on them.

Epic: none

Release note: none
  • Loading branch information
msbutler committed Dec 11, 2024
1 parent cd89447 commit cc2eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/logical_data_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func registerLogicalDataReplicationTests(r registry.Registry) {
Name: sp.name,
Owner: registry.OwnerDisasterRecovery,
Timeout: 60 * time.Minute,
CompatibleClouds: registry.AllClouds,
CompatibleClouds: registry.OnlyGCE,
Suites: registry.Suites(registry.Nightly),
Cluster: sp.clusterSpec.ToSpec(r),
Leases: registry.MetamorphicLeases,
Expand Down

0 comments on commit cc2eb85

Please sign in to comment.