diff --git a/docs/branching/README.md b/docs/branching/README.md index 76b52b2c51c..996c6acb0f1 100644 --- a/docs/branching/README.md +++ b/docs/branching/README.md @@ -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 diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 8a67c6b94d8..81f49f15aad 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -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 ###