diff options
author | Pavi Vetriselvan <pvselvan@umich.edu> | 2020-05-17 17:25:43 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-18 20:41:39 +0000 |
commit | a763e96f01c0b1e99cd9c50834df491b837461d0 (patch) | |
tree | 3090444fafe5913d0a2864cbd6db28739e1184c2 /buildscripts | |
parent | c25273c122812261b6fe87d78b2ce7c229a2c80b (diff) | |
download | mongo-a763e96f01c0b1e99cd9c50834df491b837461d0.tar.gz |
SERVER-48223 re-enable replica_sets_reconfig_jscore_passthrough
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/evergreen_resmoke_job_count.py | 1 |
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, } |