summaryrefslogtreecommitdiff
path: root/etc/evergreen_timeouts.yml
blob: 817d620709d797f33f0f8b28421e63f6a7f8919d (plain)
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
61
62
63
64
# 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