summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2021-06-01 17:49:24 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-15 01:14:51 +0000
commit6b74115e627a0764d8914b2a19725655563f80de (patch)
tree0e5e3ec3be896e7051902b8b500713d116e25863 /etc/evergreen.yml
parente2fba06768ba16225951ec0735ec1665e4a549c9 (diff)
downloadmongo-6b74115e627a0764d8914b2a19725655563f80de.tar.gz
SERVER-57398 Extract evergreen yaml linter into its own repo
(cherry picked from commit b17e0a99632872e44684700978d55c01be1a7895) (cherry picked from commit b5980ed90e48d6e7d196384fdf4f5707d1e3fb1d) (cherry picked from commit 5dbe78f5ecf516be8996d74604479595657b406f) (cherry picked from commit 9b89e3fe3c66e2641a0a7a5c15df35906ae29c56)
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index af29201c4a1..b1c6544cc23 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1,4 +1,12 @@
#####################################################
+# YAML Conventions #
+#####################################################
+# Please see our conventions document at
+# https://wiki.corp.mongodb.com/pages/viewpage.action?pageId=133273894
+# for help navigating this document, or for help with our lint rules.
+
+
+#####################################################
# A note on expansions #
#####################################################
@@ -7213,10 +7221,12 @@ task_groups:
- func: "set up win mount script"
- func: "generate compile expansions"
teardown_group:
+ - func: "f_expansions_write"
- func: "umount shared scons directory"
- func: "cleanup environment"
setup_task:
- func: "apply compile expansions"
+ - func: "f_expansions_write"
- func: "set task expansion macros"
- func: "f_expansions_write"
teardown_task:
@@ -7241,6 +7251,7 @@ task_groups:
- func: "umount shared scons directory"
setup_task:
- func: "set task expansion macros"
+ - func: "f_expansions_write"
- func: "apply compile expansions"
- func: "f_expansions_write"
teardown_task:
@@ -7266,6 +7277,7 @@ task_groups:
- func: "umount shared scons directory"
setup_task:
- func: "set task expansion macros"
+ - func: "f_expansions_write"
- func: "apply compile expansions"
- func: "f_expansions_write"
teardown_task: