summaryrefslogtreecommitdiff
path: root/buildscripts/evergreen_resmoke_job_count.py
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2020-04-13 10:39:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-15 00:49:36 +0000
commit8c48488c7eefaecd7a6c8ef14ae6c309821028d6 (patch)
tree1a8d27c93a4751a3429028433cd8e0aab5a3a92c /buildscripts/evergreen_resmoke_job_count.py
parent6202c52a254ced5238eaf7f77117f7c4865aed56 (diff)
downloadmongo-8c48488c7eefaecd7a6c8ef14ae6c309821028d6.tar.gz
SERVER-47485 Reduce resmoke.py --jobs for hedged reads Evergreen task.
Diffstat (limited to 'buildscripts/evergreen_resmoke_job_count.py')
-rw-r--r--buildscripts/evergreen_resmoke_job_count.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/evergreen_resmoke_job_count.py b/buildscripts/evergreen_resmoke_job_count.py
index 43b3b3c69a8..a50e6516e98 100644
--- a/buildscripts/evergreen_resmoke_job_count.py
+++ b/buildscripts/evergreen_resmoke_job_count.py
@@ -43,6 +43,7 @@ PLATFORM_TASK_FACTOR_OVERRIDES = {"win32": TASKS_FACTORS, "cygwin": TASKS_FACTOR
# Apply factor for a task everywhere it is run.
GLOBAL_TASK_FACTOR_OVERRIDES = {
+ r"causally_consistent_hedged_reads_jscore_passthrough.*": 0.25,
r"logical_session_cache.*_refresh_jscore_passthrough.*": 0.25,
r"multi_shard_.*multi_stmt_txn_.*jscore_passthrough.*": 0.125,
r"sharded_causally_consistent_jscore_passthrough.*": 0.75,