Files
mongo/etc/system_perf.yml
SimonEismann 4b03c512a5 SERVER-99561 Move the DSI module back into mongo (#31367)
GitOrigin-RevId: 954e912f06345c1bc2dbbd890899cfedfecc55a8
2025-01-20 20:21:55 +00:00

27 lines
778 B
YAML
Executable File

modules:
- name: dsi
owner: 10gen
repo: dsi
prefix: ${workdir}/src
branch: master
include:
### lint_yaml trim start ###
#
# The lines below are trimmed by yamllinters.sh so that `evergreen evaluate` works on this file.
# This allows us to test that non-dsi imports continue to work.
#
- filename: evergreen/system_perf/master/base.yml
module: dsi
- filename: evergreen/system_perf/master/compiles.yml
module: dsi
- filename: evergreen/system_perf/master/variants.yml
module: dsi
- filename: evergreen/system_perf/master/master_variants.yml
module: dsi
- filename: evergreen/system_perf/shared_tasks.yml
module: dsi
- filename: evergreen/system_perf/master/genny_tasks.yml
module: dsi
### lint_yaml trim end ###