diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2017-06-15 09:45:01 -0400 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2017-06-15 09:45:01 -0400 |
commit | 75a15b5e7c195af9db19ae995867e63a8f89f861 (patch) | |
tree | 835ce51d108d9aaba2c4fb307462142c7ad3fe0d /etc | |
parent | caa31b2d9ecdc725fc5cf872a656a3bf31900e79 (diff) | |
download | mongo-75a15b5e7c195af9db19ae995867e63a8f89f861.tar.gz |
SERVER-28786 Add buildscripts/update_test_lifecycle.py script for updating etc/test_lifecycle.yml
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index a0922cbb638..0485a76210d 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1336,6 +1336,24 @@ timeout: # Tasks # ####################################### +## The test_lifecycle_excluded_tasks are a list of tasks names which include: +## - Non jstests, i.e., compile, unittests +## - Non standard jstests, i.e., jstestfuzz +## Note that the task name supports glob patterns. +test_lifecycle_excluded_tasks: +- burn_in_tests +- compile* +- dbtest* +- idl_tests +- integration* +- jepsen* +- jstestfuzz* +- lint +- mongos* +- package +- push +- unittests* + tasks: ## compile - build all scons targets except unittests ## |