summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulianedwards <julian.edwards@mongodb.com>2022-10-17 15:54:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 17:01:18 +0000
commit4b08c5ca99f670bf5137d81ee78947651aa727c6 (patch)
treeffb940a19bf98cb691c624614008418d32da50f9
parent309d7f2403391e0f95178475d12dcc1c86cb9a17 (diff)
downloadmongo-4b08c5ca99f670bf5137d81ee78947651aa727c6.tar.gz
SERVER-70483 Pass task execution to Logkeeper
-rw-r--r--buildscripts/resmokelib/logging/buildlogger.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/logging/buildlogger.py b/buildscripts/resmokelib/logging/buildlogger.py
index ff65bb9344f..1ff2689ea64 100644
--- a/buildscripts/resmokelib/logging/buildlogger.py
+++ b/buildscripts/resmokelib/logging/buildlogger.py
@@ -297,6 +297,7 @@ class BuildloggerServer(object):
"builder": builder,
"buildnum": build_num,
"task_id": _config.EVERGREEN_TASK_ID,
+ "execution": _config.EVERGREEN_EXECUTION,
})
return response["id"]
@@ -315,6 +316,7 @@ class BuildloggerServer(object):
"command": test_command,
"phase": self.config.get("build_phase", "unknown"),
"task_id": _config.EVERGREEN_TASK_ID,
+ "execution": _config.EVERGREEN_EXECUTION,
})
return response["id"]