diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2017-04-05 14:09:52 -0400 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2017-04-05 14:09:52 -0400 |
commit | 6b44ad3ae202332ad276105e2a505ae7baf91ab4 (patch) | |
tree | 98e8d639cdaf7bbbeed47ac6c906dca472c1e206 /etc/test_lifecycle.yml | |
parent | 8a11bb3af93dcaabdcfba01817733071e14e2f12 (diff) | |
download | mongo-6b44ad3ae202332ad276105e2a505ae7baf91ab4.tar.gz |
SERVER-28440 Add support to parse resmoke.py tags from a separate YAML file
Diffstat (limited to 'etc/test_lifecycle.yml')
-rw-r--r-- | etc/test_lifecycle.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/test_lifecycle.yml b/etc/test_lifecycle.yml new file mode 100644 index 00000000000..2cd40f5492c --- /dev/null +++ b/etc/test_lifecycle.yml @@ -0,0 +1,7 @@ +# This file is used to tag JS tests that run under resmoke.py. +selector: + js_test: + # jstests/core/example.js: # Single file tag + # - example_tag + # jstests/core/all*.js # Multiple file tag + # - multiple_file_tag |