diff options
Diffstat (limited to 'etc/evergreen_timeouts.yml')
| -rw-r--r-- | etc/evergreen_timeouts.yml | 115 |
1 files changed, 35 insertions, 80 deletions
diff --git a/etc/evergreen_timeouts.yml b/etc/evergreen_timeouts.yml index 850085f56fa..5b38fcb91a5 100644 --- a/etc/evergreen_timeouts.yml +++ b/etc/evergreen_timeouts.yml @@ -10,112 +10,67 @@ # in alphabetical order. overrides: + enterprise-macos: + - task: concurrency + idle_timeout: 15 - task: replica_sets_jscore_passthrough exec_timeout: 150 # 2.5 hours - - task: run_unittests - exec_timeout: 60 enterprise-macos-arm64: - - task: run_unittests - exec_timeout: 60 - - enterprise-macos-cxx20: - - task: run_unittests - exec_timeout: 60 - - enterprise-macos-rosetta-2: - - task: run_unittests - exec_timeout: 60 + - task: concurrency + idle_timeout: 15 + - task: replica_sets_jscore_passthrough + exec_timeout: 150 # 2.5 hours enterprise-rhel-80-64-bit-coverage: - task: replica_sets_jscore_passthrough exec_timeout: 150 # 2.5 hours. - enterprise-rhel-80-64-bit-dynamic-required: - - task: replica_sets_large_txns_format - exec_timeout: 120 # 2 hours. + enterprise-rhel80-debug-complete-tsan: + - task: aggregation_timeseries_fuzzer + exec_timeout: 150 # 2.5 hours enterprise-rhel80-debug-tsan: - - task: run_unittests - exec_timeout: 24 - - enterprise-windows: - - task: replica_sets_jscore_passthrough - exec_timeout: 180 # 3 hours. - - enterprise-windows-all-feature-flags-suggested: - - task: replica_sets_jscore_passthrough - exec_timeout: 180 # 3 hours. - - task: replica_sets_update_v1_oplog_jscore_passthrough - exec_timeout: 150 # 2.5 hours. - - enterprise-windows-inmem: - - task: replica_sets_jscore_passthrough - exec_timeout: 180 # 3 hours. - - enterprise-windows-required: - - task: replica_sets_jscore_passthrough - exec_timeout: 180 # 3 hours. - - task: replica_sets_update_v1_oplog_jscore_passthrough - exec_timeout: 150 # 2.5 hours. - - linux-64-debug: - - task: auth - exec_timeout: 60 # 1 hour. - - linux-64-debug-repeated-execution: - - task: run_unittests - exec_timeout: 120 # 2 hours. + - 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 - - task: run_unittests - exec_timeout: 60 - - macos-debug-suggested: - - task: run_unittests - exec_timeout: 60 macos-arm64: - - task: run_unittests - exec_timeout: 60 + - task: concurrency + idle_timeout: 15 + - task: replica_sets_jscore_passthrough + exec_timeout: 150 # 2.5 hours rhel80-asan: - - task: run_unittests - exec_timeout: 24 - - rhel80-debug-asan: - - task: run_unittests - exec_timeout: 24 - - rhel80-debug-aubsan-lite: - - task: run_unittests - exec_timeout: 24 + - task: aggregation_timeseries_fuzzer + exec_timeout: 150 # 2.5 hours rhel80-debug-ubsan: - - task: run_unittests - exec_timeout: 24 + - task: update_timeseries_fuzzer + exec_timeout: 150 # 2.5 hours rhel80-debug-suggested: - task: replica_sets_jscore_passthrough exec_timeout: 180 # 3 hours. - rhel80-ubsan: - - task: run_unittests - exec_timeout: 24 + rhel80-debug-ubsan-all-feature-flags: + - task: update_timeseries_fuzzer + exec_timeout: 150 # 2.5 hours - windows: - - task: replica_sets - exec_timeout: 180 # 3 hours. - - task: replica_sets_jscore_passthrough - exec_timeout: 150 # 2.5 hours. + rhel80-debug-ubsan-classic-engine: + - task: update_timeseries_fuzzer + exec_timeout: 150 # 2.5 hours - windows-debug-suggested: - - task: replica_sets_initsync_jscore_passthrough - exec_timeout: 150 # 2.5 hours. - - task: replica_sets_jscore_passthrough - exec_timeout: 180 # 3 hours. - - task: replica_sets_update_v1_oplog_jscore_passthrough - exec_timeout: 150 # 2.5 hours. + rhel80-debug-v4ubsan-all-feature-flags-experimental: + - task: update_timeseries_fuzzer + exec_timeout: 150 # 2.5 hours + + ubuntu1804-asan: + - task: aggregation_timeseries_fuzzer + exec_timeout: 150 # 2.5 hours |
