summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2022-08-05 01:22:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-05 02:01:55 +0000
commitcbc5c9322acef0f3caee3e265bef2d1dd183edfc (patch)
tree32fc1624788c7bf671d7ac464e514e29a870db6d /buildscripts
parent49358ffdb0e4339ccc52eba15bd0669a554b5931 (diff)
downloadmongo-cbc5c9322acef0f3caee3e265bef2d1dd183edfc.tar.gz
SERVER-68574 switch resmoke to logkeeper2
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/blackduck_hub.py2
-rw-r--r--buildscripts/resmokelib/config.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/blackduck_hub.py b/buildscripts/blackduck_hub.py
index 111f0d7b03c..acaca6c3946 100644
--- a/buildscripts/blackduck_hub.py
+++ b/buildscripts/blackduck_hub.py
@@ -70,7 +70,7 @@ BUILD_LOGGER_APPEND_GLOBAL_LOGS_ENDPOINT = "/build/%(build_id)s"
BUILD_LOGGER_CREATE_TEST_ENDPOINT = "/build/%(build_id)s/test"
BUILD_LOGGER_APPEND_TEST_LOGS_ENDPOINT = "/build/%(build_id)s/test/%(test_id)s"
-BUILD_LOGGER_DEFAULT_URL = "https://logkeeper.mongodb.org"
+BUILD_LOGGER_DEFAULT_URL = "https://logkeeper2.build.10gen.cc"
BUILD_LOGGER_TIMEOUT_SECS = 65
LOCAL_REPORTS_DIR = "bd_reports"
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py
index d1f1e052312..63e0858a63a 100644
--- a/buildscripts/resmokelib/config.py
+++ b/buildscripts/resmokelib/config.py
@@ -56,7 +56,7 @@ DEFAULTS = {
"archive_limit_tests": 10,
"base_port": 20000,
"backup_on_restart_dir": None,
- "buildlogger_url": "https://logkeeper.mongodb.org",
+ "buildlogger_url": "https://logkeeper2.build.10gen.cc",
"continue_on_failure": False,
"dbpath_prefix": None,
"dbtest_executable": None,