diff options
Diffstat (limited to 'buildscripts/resmokelib/config.py')
-rw-r--r-- | buildscripts/resmokelib/config.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py index 686ca435e3a..b7072e822f6 100644 --- a/buildscripts/resmokelib/config.py +++ b/buildscripts/resmokelib/config.py @@ -110,6 +110,7 @@ DEFAULTS = { "internal_params": [], # Evergreen options. + "evergreen_url": "evergreen.mongodb.com", "build_id": None, "distro_id": None, "execution_number": 0, @@ -272,6 +273,9 @@ DBTEST_EXECUTABLE = None # actually running them). DRY_RUN = None +# URL to connect to the Evergreen service. +EVERGREEN_URL = None + # An identifier consisting of the project name, build variant name, commit hash, and the timestamp. # For patch builds, it also includes the patch version id. EVERGREEN_BUILD_ID = None |