diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2019-02-25 13:13:42 -0500 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2019-03-06 16:51:15 -0500 |
commit | 869270cce4af503e2441407c6a2ed6e8df254421 (patch) | |
tree | c32ae46e39e158d39b3bf55d74ea1122f6ea667d /etc/evergreen.yml | |
parent | fcbc0c9c936c83612545ee5873b649854e4b5e57 (diff) | |
download | mongo-869270cce4af503e2441407c6a2ed6e8df254421.tar.gz |
SERVER-39308 Update burn_in_tests.py to generate sub-tasks JSON file
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r-- | etc/evergreen.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index aaf17cd1fb5..7fc92eeb976 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4616,6 +4616,7 @@ tasks: cp ../src/dbtest${exe} . pushd ../src ${activate_virtualenv} + $python -m pip install -r etc/pip/evgtest-requirements.txt popd # Capture a list of new and modified tests. build_variant=${build_variant} |