summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorHuayu Ouyang <huayu.ouyang@mongodb.com>2021-01-13 22:50:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-22 20:52:01 +0000
commit074256c862c2a275ae888570917629fd3b2f879b (patch)
treec86c27d1f09c4dbd9872ff9e66dc733d4c4c02f3 /etc
parent6671f817d9c27584c597034ca24739183e223708 (diff)
downloadmongo-074256c862c2a275ae888570917629fd3b2f879b.tar.gz
SERVER-53200 Create IDL compatibility checker script
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index e535377e73a..79ba564fa1e 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7625,7 +7625,11 @@ tasks:
depends_on:
- name: compile
commands:
- - func: "do setup"
+ - command: manifest.load
+ - func: "git get project"
+ - func: "set task expansion macros"
+ - func: "set up venv"
+ - func: "upload pip requirements"
- func: "run idl tests"
- name: blackduck_scanner