We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19f8ae commit 305e50dCopy full SHA for 305e50d
.evergreen/config.yml
@@ -13,14 +13,14 @@ exec_timeout_secs: 1800
13
14
# These pre and post rules apply to all tasks not part of a task group, which should only ever be tests against local
15
# MongoDB instances. All other tasks that require special preparation should be run from within a task group
16
-pre: &test_setup
+pre:
17
- func: "fetch source"
18
- func: "prepare resources"
19
- func: "fix absolute paths"
20
- func: "init test-results"
21
- func: "install dependencies"
22
- func: "fetch build"
23
-post: &test_teardown
+post:
24
- func: "upload test results"
25
- func: "stop mongo-orchestration"
26
- func: "stop load balancer"
0 commit comments