From b70d8a2a6e535463533651fd858e207b0a41a054 Mon Sep 17 00:00:00 2001 From: julianedwards Date: Mon, 16 Oct 2023 12:17:09 -0400 Subject: [PATCH 1/2] add mongotools URL to evergreen config --- .evergreen.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.evergreen.yml b/.evergreen.yml index 020c49467f..a8feaf7720 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -104,6 +104,8 @@ functions: env: SETTINGS_OVERRIDE: file GOROOT: ${goroot} + MONGOTOOLS_URL: ${mongotools_url} + MONGOTOOLS_DECOMPRESS: ${decompress} wait-for-evergreen: command: shell.exec @@ -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 From 8f0d913b9f7aa6421122c1fef54b22aef0d2a288 Mon Sep 17 00:00:00 2001 From: julianedwards Date: Mon, 16 Oct 2023 14:14:14 -0400 Subject: [PATCH 2/2] correct evg expansion --- .evergreen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen.yml b/.evergreen.yml index a8feaf7720..093bc2bf34 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -104,7 +104,7 @@ functions: env: SETTINGS_OVERRIDE: file GOROOT: ${goroot} - MONGOTOOLS_URL: ${mongotools_url} + MONGOTOOLS_URL: ${mongotools_url_2204} MONGOTOOLS_DECOMPRESS: ${decompress} wait-for-evergreen: