summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2021-05-21 21:26:51 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-21 18:47:04 +0000
commit1e2eef59211cacd1437cf577256bde9855a7f2f8 (patch)
treed6b64462bff1623e0d7257cdb7fe80fa17e54b56
parent76f0505e02062a4c206ac325dc61de76caaae44e (diff)
downloadmongo-v4.9.tar.gz
SERVER-56951 Do not call github API in setup multiversionv4.9
-rw-r--r--etc/evergreen.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index e70af3c40b6..f4e11278d5e 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1228,7 +1228,6 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest 3.6 4.0
# The platform and architecture for how some of the binaries are reported in
@@ -1254,8 +1253,7 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
- --useLatest 4.2 4.2.1
+ --useLatest 4.2
# The platform and architecture for how some of the binaries are reported in
# https://downloads.mongodb.org/full.json changed between MongoDB 4.2 and MongoDB 4.4.
@@ -1280,7 +1278,6 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest 4.4 4.7 4.8
# This is primarily for tests for infrastructure which don't always need the latest
@@ -1292,7 +1289,6 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest master
fi