SERVER-107716: Don't reference genny_tasks.yml anymore. (#38899)

GitOrigin-RevId: d2105d2e1b2c56f964c576d76ad2c26ef374e578
This commit is contained in:
John Daniels 2025-07-23 10:55:19 -04:00 committed by MongoDB Bot
parent 956fe8fb67
commit 8ff76d98c5
2 changed files with 1 additions and 4 deletions

View File

@ -96,8 +96,7 @@ The reason they should be pushed as separate commits is in the case of needing t
- Ensure that [DSI](https://github.com/10gen/dsi/blob/master/evergreen/system_perf/README.md#branching) has been updated with new branches
- Remove `evergreen/system_perf/master/master_variants.yml` from "include" section
- Update `evergreen/system_perf/master/variants.yml` to `evergreen/system_perf/X.Y/variants.yml` in the "include" section
- Update `evergreen/system_perf/master/genny_tasks.yml` to `evergreen/system_perf/X.Y/genny_tasks.yml` in the "include" section
- With the exception of `base.yml`, update all other entries that contain `master` in the path to contain `X.Y` in the path instead. e.g. `evergreen/system_perf/master/variants.yml` should become `evergreen/system_perf/X.Y/variants.yml` in the "include" section.
- Update the [evergreen project variable](https://docs.devprod.prod.corp.mongodb.com/evergreen/Project-Configuration/Project-and-Distro-Settings#variables) `compile_project` in the new sys-perf-X.X evergreen project to point to the new mongodb-mongo-X branch
### Other files

View File

@ -21,6 +21,4 @@ include:
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 ###