From 92b2da53c9c82d29db7fb5312a229ca816fa5162 Mon Sep 17 00:00:00 2001 From: Sean Lyons Date: Mon, 27 Apr 2026 16:12:17 -0400 Subject: [PATCH] SERVER-124515 Increase cpu count for sharding_jscore_passthrough_with_balancer suites (#52668) GitOrigin-RevId: 53afad7c10aebeea2230e6c900d2061f602b00d3 --- jstests/suites/catalog-and-routing/BUILD.bazel | 2 +- jstests/suites/workload-resilience/BUILD.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jstests/suites/catalog-and-routing/BUILD.bazel b/jstests/suites/catalog-and-routing/BUILD.bazel index 41b8ed58383..e9bc5e6cc6e 100644 --- a/jstests/suites/catalog-and-routing/BUILD.bazel +++ b/jstests/suites/catalog-and-routing/BUILD.bazel @@ -53,7 +53,7 @@ resmoke_suite_test( tags = [ "ci-release-critical", "common", - "incompatible_with_bazel_remote_test", # This test is frequently hitting the bazel test timeout running remove_adjacent_index_keys.js. Disable until resolved. TODO(SERVER-124515) + "cpu:2", "jscore", "sharding", ], diff --git a/jstests/suites/workload-resilience/BUILD.bazel b/jstests/suites/workload-resilience/BUILD.bazel index 7b27abf5fef..b4c4d7f8c06 100644 --- a/jstests/suites/workload-resilience/BUILD.bazel +++ b/jstests/suites/workload-resilience/BUILD.bazel @@ -50,7 +50,7 @@ resmoke_suite_test( tags = [ "ci-release-critical", "common", - "incompatible_with_bazel_remote_test", # This test is frequently hitting the bazel test timeout running remove_adjacent_index_keys.js. Disable until resolved. TODO(SERVER-124515) + "cpu:2", "jscore", "sharding", ],