mirror of https://github.com/mongodb/mongo
SERVER-112787 Decrease concurrency for noPassthrough tests in evergreen and add test tags (#42973)
GitOrigin-RevId: d672142020a827d9312b2ca0cb97e0c443eba531
This commit is contained in:
parent
ba94bcf46c
commit
ec613414c8
|
|
@ -39,7 +39,7 @@ _AUBSAN_TASK_FACTOR_OVERRIDES = [
|
|||
{"task": r"change_streams_mongos_sessions_passthrough", "factor": 0.25},
|
||||
{"task": r"fcv_upgrade_downgrade_sharded_collections_jscore_passthrough", "factor": 0.25},
|
||||
{"task": r"fcv_upgrade_downgrade_sharding_jscore_passthrough", "factor": 0.25},
|
||||
{"task": r"noPassthrough", "factor": 0.75},
|
||||
{"task": r"noPassthrough", "factor": 0.25},
|
||||
{"task": r"sharded_causally_consistent_jscore_passthrough", "factor": 0.125},
|
||||
{"task": "sharded_causally_consistent_read_concern_snapshot_passthrough", "factor": 0.25},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2193,6 +2193,7 @@ tasks:
|
|||
"incompatible_debug_mode",
|
||||
"misc_js",
|
||||
"requires_execution_on_windows_patch_build",
|
||||
"requires_large_host",
|
||||
]
|
||||
commands:
|
||||
- func: "generate resmoke tasks"
|
||||
|
|
|
|||
Loading…
Reference in New Issue