2022-03-02 21:37:40 +01:00
|
|
|
# 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:
|
2022-11-11 10:06:25 +01:00
|
|
|
|
2022-03-02 21:37:40 +01:00
|
|
|
enterprise-macos:
|
2023-02-21 12:07:06 +01:00
|
|
|
- task: concurrency
|
|
|
|
idle_timeout: 15
|
2022-03-02 21:37:40 +01:00
|
|
|
- task: replica_sets_jscore_passthrough
|
|
|
|
exec_timeout: 150 # 2.5 hours
|
2022-05-10 16:20:33 +02:00
|
|
|
|
|
|
|
enterprise-macos-arm64:
|
2023-02-21 12:07:06 +01:00
|
|
|
- task: concurrency
|
|
|
|
idle_timeout: 15
|
2022-09-02 15:51:10 +02:00
|
|
|
- task: replica_sets_jscore_passthrough
|
|
|
|
exec_timeout: 150 # 2.5 hours
|
2022-03-02 21:37:40 +01:00
|
|
|
|
|
|
|
enterprise-rhel-80-64-bit-coverage:
|
|
|
|
- task: replica_sets_jscore_passthrough
|
|
|
|
exec_timeout: 150 # 2.5 hours.
|
|
|
|
|
|
|
|
macos:
|
2023-02-21 12:07:06 +01:00
|
|
|
- task: concurrency
|
|
|
|
idle_timeout: 15
|
2022-03-02 21:37:40 +01:00
|
|
|
- task: replica_sets_jscore_passthrough
|
|
|
|
exec_timeout: 150 # 2.5 hours
|
2022-05-10 16:20:33 +02:00
|
|
|
|
|
|
|
macos-arm64:
|
2023-02-21 12:07:06 +01:00
|
|
|
- task: concurrency
|
|
|
|
idle_timeout: 15
|
2023-01-06 18:14:17 +01:00
|
|
|
- task: replica_sets_jscore_passthrough
|
|
|
|
exec_timeout: 150 # 2.5 hours
|
2022-03-02 21:37:40 +01:00
|
|
|
|
2022-04-13 20:16:45 +02:00
|
|
|
rhel80-debug-ubsan:
|
2022-12-07 16:11:05 +01:00
|
|
|
- task: update_timeseries_fuzzer
|
|
|
|
exec_timeout: 150 # 2.5 hours
|
2022-03-02 21:37:40 +01:00
|
|
|
|
2022-04-13 20:16:45 +02:00
|
|
|
rhel80-debug-suggested:
|
2022-03-02 21:37:40 +01:00
|
|
|
- task: replica_sets_jscore_passthrough
|
|
|
|
exec_timeout: 180 # 3 hours.
|
|
|
|
|
2022-12-07 16:11:05 +01:00
|
|
|
rhel80-debug-ubsan-all-feature-flags:
|
|
|
|
- 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-v4ubsan-all-feature-flags-experimental:
|
|
|
|
- task: update_timeseries_fuzzer
|
|
|
|
exec_timeout: 150 # 2.5 hours
|