summaryrefslogtreecommitdiff
path: root/etc/burn_in_tests.yml
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2017-01-13 09:39:00 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2017-01-13 09:39:00 -0500
commit91c98db0e50d5a0dcc3a939de4696b2ad2d99967 (patch)
treeed7f2d8002899b341414eeaff4df8661efe46361 /etc/burn_in_tests.yml
parent5a8bd5a15091827f67eca1674bcbf8f0dbb576d5 (diff)
downloadmongo-91c98db0e50d5a0dcc3a939de4696b2ad2d99967.tar.gz
SERVER-24695 burn_in_tests.py should have a mechanism for blacklisting tests and suites similar to resmoke.py
Diffstat (limited to 'etc/burn_in_tests.yml')
-rw-r--r--etc/burn_in_tests.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/burn_in_tests.yml b/etc/burn_in_tests.yml
new file mode 100644
index 00000000000..216c483dda4
--- /dev/null
+++ b/etc/burn_in_tests.yml
@@ -0,0 +1,9 @@
+# This file is used to exclude suites, tasks or tests from running in the burn_in_test task.
+selector:
+ js_test:
+ # Exclude list of resmoke.py suite names.
+ exclude_suites:
+ # Exclude list of etc/evergreen.yml task names.
+ exclude_tasks:
+ # Exclude list of jstests file names.
+ exclude_tests: