summaryrefslogtreecommitdiff
path: root/buildscripts/templates/generate_resmoke_suites/sharding_ese.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/templates/generate_resmoke_suites/sharding_ese.yml.j2')
-rw-r--r--buildscripts/templates/generate_resmoke_suites/sharding_ese.yml.j243
1 files changed, 43 insertions, 0 deletions
diff --git a/buildscripts/templates/generate_resmoke_suites/sharding_ese.yml.j2 b/buildscripts/templates/generate_resmoke_suites/sharding_ese.yml.j2
new file mode 100644
index 00000000000..16cd54389e4
--- /dev/null
+++ b/buildscripts/templates/generate_resmoke_suites/sharding_ese.yml.j2
@@ -0,0 +1,43 @@
+# This file was generated by buildscripts/generate_resmoke_suites.py and manual edits should also be
+# made to sharding_ese.yml in order to ensure running the full test suite locally matches the
+# behavior of running parts of the test suite in Evergreen. It was generated against commit range:
+# {{ start_commit }} - {{ end_commit }}
+# with the following options:
+# {{ options }}
+
+# Section that is ignored by resmoke.py.
+config_variables:
+- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
+
+test_kind: js_test
+
+selector:
+{% if variants is defined %}
+ # The following tests take approximately
+{% for variant in variants %}
+ # {{ variant.runtime }} minutes to run on {{ variant.name }}
+{% endfor %}
+{% endif %}
+ roots:
+{% for test in test_names %}
+ - {{ test }}
+{% endfor %}
+{% if is_misc is defined %}
+ - jstests/sharding/*.js
+ exclude_files:
+{% if excluded_tests is defined %}
+{% for test in excluded_tests %}
+ - {{ test }}
+{% endfor %}
+{% endif %}
+{% endif %}
+
+executor:
+ config:
+ shell_options:
+ nodb: ''
+ global_vars:
+ TestData:
+ enableEncryption: ''
+ encryptionKeyFile: *keyFile
+ readMode: commands