mirror of https://github.com/mongodb/mongo
SERVER-107716: Don't reference genny_tasks.yml anymore. (#38899)
GitOrigin-RevId: d2105d2e1b2c56f964c576d76ad2c26ef374e578
This commit is contained in:
parent
956fe8fb67
commit
8ff76d98c5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ###
|
||||
|
|
|
|||
Loading…
Reference in New Issue