mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
17 lines
321 B
YAML
17 lines
321 B
YAML
selector:
|
|
cpp_integration_test:
|
|
root: build/integration_tests.txt
|
|
|
|
executor:
|
|
cpp_integration_test:
|
|
config: {}
|
|
hooks:
|
|
- class: ValidateCollections
|
|
- class: CleanEveryN
|
|
n: 20
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
set_parameters:
|
|
enableTestCommands: 1
|