mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-25 00:58:53 +01:00
26 lines
1.2 KiB
YAML
26 lines
1.2 KiB
YAML
# Similar to etc/evergreen.yml, but for release builds.
|
|
|
|
include:
|
|
- filename: etc/evergreen_yml_components/definitions.yml
|
|
- filename: etc/evergreen_yml_components/variants/task_generation.yml
|
|
- filename: etc/evergreen_yml_components/variants/atlas.yml
|
|
- filename: etc/evergreen_yml_components/variants/misc_release.yml
|
|
### Comment out when using this file for a Rapid release branch. ###
|
|
- filename: etc/evergreen_yml_components/variants/ibm.yml
|
|
### Uncomment when using this file for a LTS release branch. ###
|
|
# - filename: etc/evergreen_yml_components/variants/in_memory.yml
|
|
### Uncomment when using this file for a LTS or Rapid release branch. ###
|
|
# - filename: etc/evergreen_yml_components/variants/sanitizer.yml
|
|
### Uncomment when using this file for a LTS or Rapid release branch. ###
|
|
# - filename: etc/evergreen_yml_components/variants/ninja.yml
|
|
### Uncomment when using this file for a LTS or Rapid release branch. ###
|
|
# - filename: etc/evergreen_yml_components/variants/classic_engine.yml
|
|
### Uncomment when using this file for a LTS or Rapid release branch. ###
|
|
# - filename: etc/evergreen_yml_components/variants/config_shard.yml
|
|
|
|
|
|
parameters:
|
|
- key: evergreen_config_file_path
|
|
value: "etc/evergreen_nightly.yml"
|
|
description: "path to this file"
|