diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2019-10-16 02:47:51 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-10-16 02:47:51 +0000 |
commit | d00531ea46e806d647ac93c3dfbfd944b2ce7238 (patch) | |
tree | 15098556bfcf283f064e3d5e16f858fc35fd3c79 /buildscripts | |
parent | 1e29423eedf119d055b60aad28c086a0cf5460ac (diff) | |
download | mongo-d00531ea46e806d647ac93c3dfbfd944b2ce7238.tar.gz |
SERVER-42576 Decrease the number of concurrent jobs from 4 to 2 in the logical_session_cache_* suites
(cherry picked from commit f7018500ddc39b9b722dacf17edf13d9df256e65)
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 d52471325e1..6f1099c40a9 100644 --- a/buildscripts/evergreen_resmoke_job_count.py +++ b/buildscripts/evergreen_resmoke_job_count.py @@ -39,6 +39,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"logical_session_cache.*_refresh_jscore_passthrough.*": 0.5, r"multi_shard_.*multi_stmt_txn_.*jscore_passthrough.*": 0.125, } |