0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-47485 Reduce resmoke.py --jobs for hedged reads Evergreen task.

This commit is contained in:
Max Hirschhorn 2020-04-13 10:39:37 -04:00 committed by Evergreen Agent
parent 6202c52a25
commit 8c48488c7e

View File

@ -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,