summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulianedwards <julian.edwards@mongodb.com>2022-10-17 18:02:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 19:10:06 +0000
commit564094477888a2907523a630e22af054d1656209 (patch)
tree927ed762ff78d72f4910dfbb185c48861dd00bbb
parent6b0da0b92763dfdabe8381922dc16c09a70e47b2 (diff)
downloadmongo-564094477888a2907523a630e22af054d1656209.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 81141f3fbe6..9e723dce7d0 100644
--- a/buildscripts/resmokelib/logging/buildlogger.py
+++ b/buildscripts/resmokelib/logging/buildlogger.py
@@ -295,6 +295,7 @@ class BuildloggerServer(object):
"builder": builder,
"buildnum": build_num,
"task_id": _config.EVERGREEN_TASK_ID,
+ "execution": _config.EVERGREEN_EXECUTION,
})
return response["id"]
@@ -313,6 +314,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"]