summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulianedwards <julian.edwards@mongodb.com>2022-10-17 17:23:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 18:28:49 +0000
commit926d0963ee62153bc7bfff788e2ad852865b092f (patch)
tree01e0e938a786d6b3f241015f0e7d3e59e7c9f7cf
parent08b5b13936a8838e01db2feee285606b21708e1c (diff)
downloadmongo-926d0963ee62153bc7bfff788e2ad852865b092f.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 597291b7219..605dbf280fe 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"]