forked from mongodb/mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevergreen_timeouts.yml
60 lines (46 loc) · 1.69 KB
/
evergreen_timeouts.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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: replica_sets_jscore_passthrough
exec_timeout: 150 # 2.5 hours
enterprise-macos-arm64:
- 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: replica_sets_jscore_passthrough
exec_timeout: 150 # 2.5 hours
macos-arm64:
- 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: 180 # 3 hours
rhel80-debug-aubsan-classic-engine:
- task: update_timeseries_fuzzer
exec_timeout: 180 # 3 hours
ubuntu1804-asan:
- task: aggregation_timeseries_fuzzer
exec_timeout: 150 # 2.5 hours