summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2020-09-09 10:26:51 -0400
committerRobert Guo <robert.guo@10gen.com>2020-09-09 10:28:24 -0400
commit6fcc68702d834148667420b482e69957fa09dac1 (patch)
tree3870071c1c303a06efac8569eca018655671f8c7
parent5240cf5ed8d6fb87898774f040f570181683aafb (diff)
downloadmongo-6fcc68702d834148667420b482e69957fa09dac1.tar.gz
SERVER-50713 Branch perf.yml and system_perf.yml for 4.7.0
-rw-r--r--etc/perf.yml2
-rwxr-xr-xetc/system_perf.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 8ccb93e3bc4..d6e334dd125 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -43,7 +43,7 @@ modules:
- name: enterprise
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
- branch: master
+ branch: v4.7
- name: mongo-perf
repo: git@github.com:mongodb/mongo-perf.git
prefix: ../../src
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index f4ee4bc06c4..d4f8ce27d52 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -92,7 +92,7 @@ modules:
- name: enterprise
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
- branch: master
+ branch: v4.7
- name: mongo-tools
repo: git@github.com:mongodb/mongo-tools.git
prefix: mongo-tools/src/github.com/mongodb