mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
SERVER-92264 Remove mongo-tools module from sys-perf (#24526)
GitOrigin-RevId: 51c41c1b5176d92f6e3a977c87829a23c50ea7f7
This commit is contained in:
parent
2dd267e61b
commit
df015b3e8f
@ -65,9 +65,8 @@ variables:
|
||||
|
||||
_src_dir: &src_dir src/mongo
|
||||
_modules: &modules
|
||||
- mongo-tools
|
||||
# - mongo
|
||||
- dsi
|
||||
# - mongo
|
||||
- genny
|
||||
- workloads
|
||||
- linkbench
|
||||
@ -154,13 +153,6 @@ modules:
|
||||
# repo: mongo
|
||||
# prefix: ${workdir}/src
|
||||
# branch: master
|
||||
###
|
||||
# Pinned to version 100.7.2
|
||||
- name: mongo-tools
|
||||
owner: mongodb
|
||||
repo: mongo-tools
|
||||
prefix: mongo-tools/src/github.com/mongodb
|
||||
branch: db8c5c4
|
||||
- name: PrivateWorkloads
|
||||
owner: 10gen
|
||||
repo: PrivateWorkloads
|
||||
@ -705,8 +697,6 @@ tasks:
|
||||
- command: git.get_project
|
||||
params:
|
||||
directory: src
|
||||
revisions:
|
||||
mongo-tools: ${mongo-tools_rev}
|
||||
- func: "compile prep"
|
||||
- func: "get engflow creds perf"
|
||||
- func: "download mongo tools"
|
||||
|
Loading…
Reference in New Issue
Block a user