summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2020-01-17 17:04:02 +0000
committerevergreen <evergreen@mongodb.com>2020-01-17 17:04:02 +0000
commit7a95d5a1af2f9ca9f446d44940a7f5e6a42954a6 (patch)
treeca0124f503163da409c792a40030445520676d1a /buildscripts
parentc8714ef5051fb1fd1d094b7cc505db0099f7dcaa (diff)
downloadmongo-7a95d5a1af2f9ca9f446d44940a7f5e6a42954a6.tar.gz
SERVER-43584 Introduce mqlrun Evergreen task.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/mqlrun.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/mqlrun.yml b/buildscripts/resmokeconfig/suites/mqlrun.yml
new file mode 100644
index 00000000000..8283f4593da
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/mqlrun.yml
@@ -0,0 +1,13 @@
+test_kind: js_test
+
+selector:
+ roots:
+ - src/mongo/db/modules/*/jstests/mqlrun/*.js
+
+# mqlrun tests don't have a test fixture. Instead, they use the shell to spawn an mqlrun subprocess.
+executor:
+ archive:
+ config:
+ shell_options:
+ nodb: ''
+ readMode: commands