mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 00:32:18 +01:00
17 lines
272 B
YAML
17 lines
272 B
YAML
|
selector:
|
||
|
js_test:
|
||
|
roots:
|
||
|
- jstests/parallel/*.js
|
||
|
|
||
|
executor:
|
||
|
js_test:
|
||
|
hooks:
|
||
|
- class: CleanEveryN
|
||
|
n: 20
|
||
|
fixture:
|
||
|
class: MongoDFixture
|
||
|
mongod_options:
|
||
|
nopreallocj: ''
|
||
|
set_parameters:
|
||
|
enableTestCommands: 1
|