summaryrefslogtreecommitdiff
path: root/buildscripts/smoke_config/sharding.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/smoke_config/sharding.yaml')
-rw-r--r--buildscripts/smoke_config/sharding.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/buildscripts/smoke_config/sharding.yaml b/buildscripts/smoke_config/sharding.yaml
new file mode 100644
index 00000000000..1ca5f31a5e2
--- /dev/null
+++ b/buildscripts/smoke_config/sharding.yaml
@@ -0,0 +1,11 @@
+# Sharding tests
+tests:
+ roots:
+ - ./jstests/sharding/*.js
+executor:
+ fixtures:
+ shell_globals:
+ fixture_class: smoke.GlobalShellFixture
+ testers:
+ jstest: {}
+