SERVER-124515 Increase cpu count for sharding_jscore_passthrough_with_balancer suites (#52668)

GitOrigin-RevId: 53afad7c10aebeea2230e6c900d2061f602b00d3
This commit is contained in:
Sean Lyons 2026-04-27 16:12:17 -04:00 committed by MongoDB Bot
parent 71cbc4b040
commit 92b2da53c9
2 changed files with 2 additions and 2 deletions

View File

@ -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",
],

View File

@ -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",
],