summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2017-08-21 13:33:56 -0400
committerZakhar Kleyman <zakhar.kleyman@mongodb.com>2017-08-21 13:33:56 -0400
commita2c338f4887781be807f68f21eab254aa07b10b2 (patch)
tree5cebab0d6f223590a34ae8d9e0675455110234c9
parent7cbeedf66f4bde5b25e14665cc3537ddad28a122 (diff)
downloadmongo-a2c338f4887781be807f68f21eab254aa07b10b2.tar.gz
SERVER-30509 Update Evergreen API URL in burn_in_tests.py
-rw-r--r--buildscripts/burn_in_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/burn_in_tests.py b/buildscripts/burn_in_tests.py
index d171a5a6bc1..7d2d8c5a997 100644
--- a/buildscripts/burn_in_tests.py
+++ b/buildscripts/burn_in_tests.py
@@ -17,7 +17,7 @@ import sys
import urlparse
import yaml
-API_SERVER_DEFAULT = "http://evergreen-api.mongodb.com:8080"
+API_SERVER_DEFAULT = "https://evergreen.mongodb.com"
# Get relative imports to work when the package is not installed on the PYTHONPATH.
if __name__ == "__main__" and __package__ is None: