From 201afb745f9f9e60f4c27a84984121fecf73ee26 Mon Sep 17 00:00:00 2001 From: wolfee Date: Mon, 1 Dec 2025 15:53:40 +0100 Subject: [PATCH] SERVER-114516 Reduce the task count for sharding_csrs_continuous_config_stepdown and sharding suites (#44506) GitOrigin-RevId: 089d9fc800169c7ccae3aabbe0d87fd3576b5772 --- buildscripts/evergreen_resmoke_job_count.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/buildscripts/evergreen_resmoke_job_count.py b/buildscripts/evergreen_resmoke_job_count.py index df7eed4e811..5b4f3b8ea7f 100644 --- a/buildscripts/evergreen_resmoke_job_count.py +++ b/buildscripts/evergreen_resmoke_job_count.py @@ -52,6 +52,14 @@ _AUBSAN_TASK_FACTOR_OVERRIDES = [ ] # Apply factor for a task based on the build variant it is running on. VARIANT_TASK_FACTOR_OVERRIDES = { + "enterprise-rhel-8-64-bit-dynamic-all-feature-flags": [ + {"task": r"sharding_csrs_continuous_config_stepdown", "factor": 0.5}, + {"task": r"sharding", "factor": 0.5}, + ], + "rhel8": [ + {"task": r"sharding_csrs_continuous_config_stepdown", "factor": 0.5}, + {"task": r"sharding", "factor": 0.5}, + ], "enterprise-rhel-8-64-bit": [{"task": r"logical_session_cache_replication.*", "factor": 0.75}], "enterprise-rhel-8-64-bit-inmem": [ {"task": "secondary_reads_passthrough", "factor": 0.3},