summaryrefslogtreecommitdiff
path: root/buildscripts/evergreen_resmoke_job_count.py
diff options
context:
space:
mode:
authorPavi Vetriselvan <pvselvan@umich.edu>2020-05-07 16:16:45 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-11 16:20:45 +0000
commit0eebd4bdf5e3b771c3623341f5bc6184261c2db2 (patch)
tree2f45dc6b6d5b6d9f917826312ac05afd820e54ce /buildscripts/evergreen_resmoke_job_count.py
parent9cbbb66d7536ab4f92baf99ef5332e96be0e4153 (diff)
downloadmongo-0eebd4bdf5e3b771c3623341f5bc6184261c2db2.tar.gz
SERVER-47951 reduce number of jobs used by reconfig suites
Diffstat (limited to 'buildscripts/evergreen_resmoke_job_count.py')
-rw-r--r--buildscripts/evergreen_resmoke_job_count.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/evergreen_resmoke_job_count.py b/buildscripts/evergreen_resmoke_job_count.py
index a50e6516e98..c3da98ad5a6 100644
--- a/buildscripts/evergreen_resmoke_job_count.py
+++ b/buildscripts/evergreen_resmoke_job_count.py
@@ -46,6 +46,9 @@ 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"replica_sets_reconfig_jscore_stepdown_passthrough.*": 0.25,
+ r"replica_sets_reconfig_kill_primary_jscore_passthrough.*": 0.25,
r"sharded_causally_consistent_jscore_passthrough.*": 0.75,
r"sharded_collections_jscore_passthrough.*": 0.75,
}