mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
20 lines
342 B
YAML
20 lines
342 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/serial_run/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
readMode: commands
|
|
hooks:
|
|
- class: ValidateCollections
|
|
- class: CleanEveryN
|
|
n: 1
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
set_parameters:
|
|
enableTestCommands: 1
|