Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

EVG-17662: add mongo tools URL to project config for loading logs on local Evergreen #2103

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ functions:
env:
SETTINGS_OVERRIDE: file
GOROOT: ${goroot}
MONGOTOOLS_URL: ${mongotools_url_2204}
MONGOTOOLS_DECOMPRESS: ${decompress}

wait-for-evergreen:
command: shell.exec
Expand Down Expand Up @@ -497,6 +499,7 @@ buildvariants:
goroot: /opt/golang/go1.20
mongodb_url_2204: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-6.0.6.tgz
mongosh_url_2204: https://downloads.mongodb.com/compass/mongosh-1.9.0-linux-x64.tgz
mongotools_url_2204: https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.8.0.tgz
node_version: 16.17.0
modules:
- evergreen
Expand Down