summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_multiversion.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_multiversion.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_multiversion.yml b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
new file mode 100644
index 00000000000..eff347f2ba2
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
@@ -0,0 +1,15 @@
+test_kind: js_test
+
+selector:
+ roots:
+ - jstests/sharding/*.js
+
+executor:
+ config:
+ shell_options:
+ nodb: ''
+ readMode: commands
+ global_vars:
+ TestData:
+ randomBinVersions: true
+ mongosBinVersion: 'last-stable'