summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulianedwards <julian.edwards@mongodb.com>2022-10-17 18:05:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 21:06:32 +0000
commit3bba6a207d06aa7470b33245dd008b137f75d303 (patch)
tree85dc4ac81a7f764190ad5036aa1966543f824eb3
parent37f2a3b703361f68d3edf9036fbf0233c95d6ca3 (diff)
downloadmongo-3bba6a207d06aa7470b33245dd008b137f75d303.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 4daa2cc1ee7..6463d9d6394 100644
--- a/buildscripts/resmokelib/logging/buildlogger.py
+++ b/buildscripts/resmokelib/logging/buildlogger.py
@@ -291,6 +291,7 @@ class BuildloggerServer(object):
"builder": builder,
"buildnum": build_num,
"task_id": _config.EVERGREEN_TASK_ID,
+ "execution": _config.EVERGREEN_EXECUTION,
})
return response["id"]
@@ -309,6 +310,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"]