0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-52696 Fix workloads module checkout directory

This commit is contained in:
Richard Samuels 2020-11-10 10:34:09 -05:00 committed by Evergreen Agent
parent 2ba5a7aee0
commit a9cf882445
2 changed files with 20 additions and 14 deletions

View File

@ -36,10 +36,13 @@ variables:
- dsi
- signal-processing
- genny
- workloads
- linkbench
- linkbench2
- workloads
- mongo-perf
- ycsb
- benchmarks
- py-tpcc
modules:
@ -83,8 +86,16 @@ modules:
prefix: ../../src
branch: master
ref: 9e7888c5009e44a185b135104dd8456eea1deb1e
###
- name: benchmarks
repo: git@github.com:mongodb-labs/benchmarks.git
prefix: ../../src
branch: master
- name: py-tpcc
repo: git@github.com:10gen/py-tpcc.git
prefix: ../../src
ref: 52185e96bf28be6608ea65b61ff1d134b7cb3f13
###
- name: enterprise
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
@ -93,10 +104,6 @@ modules:
repo: git@github.com:mongodb/mongo-tools.git
prefix: mongo-tools/src/github.com/mongodb
branch: master
- name: mongo-perf
repo: git@github.com:mongodb/mongo-perf.git
prefix: ../../src
branch: master
###

View File

@ -51,10 +51,13 @@ variables:
- dsi
- signal-processing
- genny
- workloads
- linkbench
- linkbench2
- workloads
- mongo-perf
- ycsb
- benchmarks
- py-tpcc
modules:
@ -74,7 +77,7 @@ modules:
branch: master
- name: workloads
repo: git@github.com:10gen/workloads.git
prefix: workloads
prefix: ../../src
branch: master
- name: wtdevelop
repo: git@github.com:wiredtiger/wiredtiger.git
@ -104,10 +107,10 @@ modules:
branch: master
- name: py-tpcc
repo: git@github.com:10gen/py-tpcc.git
target: ../../src
prefix: ../../src
ref: 52185e96bf28be6608ea65b61ff1d134b7cb3f13
###
###
- name: enterprise
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
@ -116,10 +119,6 @@ modules:
repo: git@github.com:mongodb/mongo-tools.git
prefix: mongo-tools/src/github.com/mongodb
branch: master
- name: mongo-perf
repo: git@github.com:mongodb/mongo-perf.git
prefix: ../../src
branch: master
###