mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
SERVER-89068 Explicitly set exec_timeout and timeout_secs for the sys-perf project (#20864)
GitOrigin-RevId: 9025e3609f129d9ac63a495406286b63ff81d8fa
This commit is contained in:
parent
80d89da98a
commit
c1ef0383a8
@ -95,8 +95,6 @@ buildvariants:
|
||||
modules: *perf_modules
|
||||
expansions:
|
||||
<<: *linux_arm64_generic_expansions
|
||||
idle_timeout_factor: 1.5
|
||||
exec_timeout_factor: 1.5
|
||||
mongodb_setup_release: 2022-11
|
||||
mongodb_setup: single-replica
|
||||
infrastructure_provisioning_release: 2023-09
|
||||
@ -154,8 +152,6 @@ buildvariants:
|
||||
modules: *perf_modules
|
||||
expansions:
|
||||
<<: *amazon2_x86_expansions
|
||||
idle_timeout_factor: 1.5
|
||||
exec_timeout_factor: 1.5
|
||||
mongodb_setup_release: 2022-11
|
||||
mongodb_setup: standalone-classic-query-engine
|
||||
infrastructure_provisioning_release: 2023-09
|
||||
@ -2244,8 +2240,6 @@ buildvariants:
|
||||
modules: *perf_modules
|
||||
expansions:
|
||||
<<: *linux_arm64_generic_expansions
|
||||
idle_timeout_factor: 1.5
|
||||
exec_timeout_factor: 1.5
|
||||
mongodb_setup_release: 2022-11
|
||||
mongodb_setup: shard-one-node-default-sharding
|
||||
infrastructure_provisioning_release: 2023-09
|
||||
|
@ -1,5 +1,7 @@
|
||||
command_type: system
|
||||
stepback: false
|
||||
exec_timeout_secs: 21600
|
||||
timeout_secs: 7200
|
||||
|
||||
include:
|
||||
- filename: etc/evergreen_yml_components/variants/misc/task_generation.yml
|
||||
|
Loading…
Reference in New Issue
Block a user