summaryrefslogtreecommitdiff
path: root/etc/test_lifecycle.yml
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2017-04-05 14:09:52 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2017-04-05 14:09:52 -0400
commit6b44ad3ae202332ad276105e2a505ae7baf91ab4 (patch)
tree98e8d639cdaf7bbbeed47ac6c906dca472c1e206 /etc/test_lifecycle.yml
parent8a11bb3af93dcaabdcfba01817733071e14e2f12 (diff)
downloadmongo-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.yml7
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