summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index b2b87f9d296..86bbdedfecf 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2030,6 +2030,18 @@ functions:
files:
- wiki_page_location.json
+ "attach running minimized tests wiki page":
+ - *f_expansions_write
+ - command: subprocess.exec
+ params:
+ binary: bash
+ args:
+ - "./src/evergreen/wiki_page_minimized_agg_query_fuzzer.sh"
+ - command: attach.artifacts
+ params:
+ files:
+ - wiki_page_running_minimized_test_location.json
+
# Pre task steps
pre:
@@ -2044,6 +2056,7 @@ post:
- func: "attach artifacts"
- func: "save ec2 task artifacts"
- func: "attach wiki page"
+ - func: "attach running minimized tests wiki page"
- func: "kill processes"
- func: "save local client logs"
- func: "save code coverage data"