mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-25 00:58:53 +01:00
65 lines
1.8 KiB
YAML
65 lines
1.8 KiB
YAML
# This file defines timeouts in evergreen that will override the default timeouts.
|
|
#
|
|
# Each key under `overrides` provides the build variant where the override will occur. The
|
|
# override should include the `task` that should have its timeout overridden and either the
|
|
# `exec_timeout` to override or the `idle_timeout` to override.
|
|
#
|
|
# The timeouts should be specified in minutes.
|
|
|
|
# Note: In order to make it easier to find existing entries, please try to keep the build variants
|
|
# in alphabetical order.
|
|
|
|
overrides:
|
|
|
|
enterprise-macos:
|
|
- task: concurrency
|
|
idle_timeout: 15
|
|
- task: replica_sets_jscore_passthrough
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
enterprise-macos-arm64:
|
|
- task: concurrency
|
|
idle_timeout: 15
|
|
- task: replica_sets_jscore_passthrough
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
enterprise-rhel80-debug-complete-tsan:
|
|
- task: aggregation_timeseries_fuzzer
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
enterprise-rhel80-debug-tsan:
|
|
- task: aggregation_timeseries_fuzzer
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
macos:
|
|
- task: concurrency
|
|
idle_timeout: 15
|
|
- task: replica_sets_jscore_passthrough
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
macos-arm64:
|
|
- task: concurrency
|
|
idle_timeout: 15
|
|
- task: replica_sets_jscore_passthrough
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
rhel80-asan:
|
|
- task: aggregation_timeseries_fuzzer
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
rhel80-debug-ubsan:
|
|
- task: update_timeseries_fuzzer
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
rhel80-debug-ubsan-classic-engine:
|
|
- task: update_timeseries_fuzzer
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
rhel80-debug-aubsan-all-feature-flags:
|
|
- task: update_timeseries_fuzzer
|
|
exec_timeout: 150 # 2.5 hours
|
|
|
|
ubuntu1804-asan:
|
|
- task: aggregation_timeseries_fuzzer
|
|
exec_timeout: 150 # 2.5 hours
|