Skip to content

Commit 5863f7b

Browse files
craig[bot]shailendra-patel
andcommitted
Merge #160525
160525: roachtest: disable all jepsen tests in IBM r=shailendra-patel a=shailendra-patel Due to high rate of infra flake in IBM cloud due to jepsen, disabling them for now. Epic: none Fixes: #160500 Release note: None Co-authored-by: Shailendra Patel <shailendra.patel@cockroachlabs.com>
2 parents a214566 + 65f2dfc commit 5863f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/jepsen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ func registerJepsen(r registry.Registry) {
499499
// if they detect that the machines have already been properly
500500
// initialized.
501501
Cluster: r.MakeClusterSpec(6, spec.ReuseTagged("jepsen")),
502-
CompatibleClouds: registry.AllExceptAWS,
502+
CompatibleClouds: registry.AllClouds.NoAWS().NoIBM(),
503503
Suites: registry.Suites(registry.Nightly),
504504
Leases: registry.MetamorphicLeases,
505505
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {

0 commit comments

Comments
 (0)