summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/core/programs.py
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-07-01 18:00:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-01 18:37:18 +0000
commit1eb48009eb2ccd5a9a6a1e57c249334bf52c8a5e (patch)
treec0726d4045be1240eb11e09c0a4ccd03a25db039 /buildscripts/resmokelib/core/programs.py
parent3c23baaee27b8e1484d50d6deee3e8777772acbb (diff)
downloadmongo-1eb48009eb2ccd5a9a6a1e57c249334bf52c8a5e.tar.gz
SERVER-58086 set debug symbols download URL for shell-invoked hang analyzer
Diffstat (limited to 'buildscripts/resmokelib/core/programs.py')
-rw-r--r--buildscripts/resmokelib/core/programs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/core/programs.py b/buildscripts/resmokelib/core/programs.py
index a4f9a05d309..ad794411eaa 100644
--- a/buildscripts/resmokelib/core/programs.py
+++ b/buildscripts/resmokelib/core/programs.py
@@ -145,6 +145,9 @@ def mongo_shell_program( # pylint: disable=too-many-arguments,too-many-branches
"wiredTigerCollectionConfigString": (config.WT_COLL_CONFIG, ""),
"wiredTigerEngineConfigString": (config.WT_ENGINE_CONFIG, ""),
"wiredTigerIndexConfigString": (config.WT_INDEX_CONFIG, ""),
+
+ # Evergreen variables.
+ "evergreenDebugSymbolsUrl": (config.DEBUG_SYMBOLS_URL, ""),
}
test_data = global_vars.get("TestData", {}).copy()