summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorPavi Vetriselvan <pvselvan@umich.edu>2020-05-17 17:25:43 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-18 20:41:39 +0000
commita763e96f01c0b1e99cd9c50834df491b837461d0 (patch)
tree3090444fafe5913d0a2864cbd6db28739e1184c2 /buildscripts
parentc25273c122812261b6fe87d78b2ce7c229a2c80b (diff)
downloadmongo-a763e96f01c0b1e99cd9c50834df491b837461d0.tar.gz
SERVER-48223 re-enable replica_sets_reconfig_jscore_passthrough
Diffstat (limited to 'buildscripts')
-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 a50e6516e98..7cc5cef9b45 100644
--- a/buildscripts/evergreen_resmoke_job_count.py
+++ b/buildscripts/evergreen_resmoke_job_count.py
@@ -46,6 +46,7 @@ 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"replica_sets_reconfig_jscore_passthrough.*": 0.25,
r"sharded_causally_consistent_jscore_passthrough.*": 0.75,
r"sharded_collections_jscore_passthrough.*": 0.75,
}