summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/no_passthrough.yml3
2 files changed, 2 insertions, 6 deletions
diff --git a/buildscripts/resmokeconfig/suites/multiversion.yml b/buildscripts/resmokeconfig/suites/multiversion.yml
index e853116458e..2dd6305b139 100644
--- a/buildscripts/resmokeconfig/suites/multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/multiversion.yml
@@ -3,8 +3,7 @@ test_kind: js_test
selector:
roots:
- jstests/multiVersion/**/*.js
- - src/mongo/db/modules/*/jstests/hot_backups/*last_lts*.js
- - src/mongo/db/modules/*/jstests/hot_backups/*last_cont*.js
+ - src/mongo/db/modules/*/jstests/hot_backups/multiVersion/*.js
exclude_files:
# Do not execute files with helper functions.
- jstests/multiVersion/libs/*.js
@@ -23,7 +22,7 @@ selector:
executor:
archive:
tests:
- - src/mongo/db/modules/enterprise/jstests/hot_backups/*.js
+ - src/mongo/db/modules/enterprise/jstests/hot_backups/multiVersion/*.js
config:
shell_options:
nodb: ''
diff --git a/buildscripts/resmokeconfig/suites/no_passthrough.yml b/buildscripts/resmokeconfig/suites/no_passthrough.yml
index 342054688e7..980f2aca312 100644
--- a/buildscripts/resmokeconfig/suites/no_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/no_passthrough.yml
@@ -11,9 +11,6 @@ selector:
exclude_files:
# Disable inmem_full as per SERVER-27014
- jstests/noPassthrough/inmem_full.js
- # Multiversion backup-restore tests must run in the multiversion suite.
- - src/mongo/db/modules/*/jstests/hot_backups/*last_lts*.js
- - src/mongo/db/modules/*/jstests/hot_backups/*last_cont*.js
# noPassthrough tests start their own mongod's.
executor: