mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 00:32:18 +01:00
1b9f26c8d6
This reverts commit 1cd101f5bd
.
16 lines
375 B
YAML
16 lines
375 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/sharding/*.js
|
|
- jstests/sharding/replset_config/*.js
|
|
exclude_files:
|
|
- jstests/sharding/csrs_upgrade.js # SERVER-20694
|
|
- jstests/sharding/csrs_upgrade_during_migrate.js # flaky - SERVER-20580
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
nodb: ''
|
|
readMode: commands
|