summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2017-06-15 09:45:01 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2017-06-15 09:45:01 -0400
commit75a15b5e7c195af9db19ae995867e63a8f89f861 (patch)
tree835ce51d108d9aaba2c4fb307462142c7ad3fe0d /etc
parentcaa31b2d9ecdc725fc5cf872a656a3bf31900e79 (diff)
downloadmongo-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.yml18
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 ##