From 1e2eef59211cacd1437cf577256bde9855a7f2f8 Mon Sep 17 00:00:00 2001 From: Mikhail Shchatko Date: Fri, 21 May 2021 21:26:51 +0300 Subject: SERVER-56951 Do not call github API in setup multiversion --- etc/evergreen.yml | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1