summaryrefslogtreecommitdiff
path: root/evergreen
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2021-05-21 16:37:53 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-21 18:48:38 +0000
commit5a5ebfdf18be11bd158e48f08c455b3723e43261 (patch)
tree0196fdcbf550f34d5044283588eaa18d2d428770 /evergreen
parent54250992a5ea46715861aa8191d43286c40ad071 (diff)
downloadmongo-5a5ebfdf18be11bd158e48f08c455b3723e43261.tar.gz
SERVER-56951 Do not call github API in setup multiversion
(cherry picked from commit 620ada835f0d4233e560c863d1e7abdf2f894b5f)
Diffstat (limited to 'evergreen')
-rwxr-xr-xevergreen/compiled_binaries_get.sh1
-rw-r--r--evergreen/multiversion_setup.sh5
2 files changed, 1 insertions, 5 deletions
diff --git a/evergreen/compiled_binaries_get.sh b/evergreen/compiled_binaries_get.sh
index b007fd97709..4073f2b1701 100755
--- a/evergreen/compiled_binaries_get.sh
+++ b/evergreen/compiled_binaries_get.sh
@@ -42,5 +42,4 @@ $python buildscripts/resmoke.py setup-multiversion \
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest master
diff --git a/evergreen/multiversion_setup.sh b/evergreen/multiversion_setup.sh
index d287d4e4b10..20c99b9cb75 100644
--- a/evergreen/multiversion_setup.sh
+++ b/evergreen/multiversion_setup.sh
@@ -20,7 +20,6 @@ $python buildscripts/resmoke.py setup-multiversion \
--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
@@ -46,8 +45,7 @@ $python buildscripts/resmoke.py setup-multiversion \
--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.
@@ -72,5 +70,4 @@ $python buildscripts/resmoke.py setup-multiversion \
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest 4.4 4.7 4.8 4.9