We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c575b4 commit 548d794Copy full SHA for 548d794
.evergreen/config.yml
@@ -18,6 +18,12 @@ command_type: system
18
exec_timeout_secs: 3600 # 60 minutes is the longest we'll ever run (primarily
19
# for macos hosts)
20
21
+# Ensure that setup and teardown is working as expected.
22
+pre_error_fails_task: true
23
+pre_timeout_secs: 1800 # 5 minutes
24
+post_error_fails_task: true
25
+post_timeout_secs: 1800 # 5 minutes
26
+
27
# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
28
timeout:
29
- command: subprocess.exec
@@ -35,8 +41,6 @@ pre:
35
41
- func: "assume ec2 role"
36
42
37
43
post:
38
- # Disabled, causing timeouts
39
- # - func: "upload working dir"
40
44
- func: "teardown system"
45
- func: "upload coverage"
46
- func: "upload mo artifacts"
0 commit comments