mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 11:28:09 +00:00
add the task_id to the integration failure logs (#446)
This commit is contained in:
@ -272,7 +272,8 @@ class TestOnefuzz:
|
|||||||
|
|
||||||
# check if the task itself has an error
|
# check if the task itself has an error
|
||||||
if task.error is not None:
|
if task.error is not None:
|
||||||
return "task failed: %s - %s (%s)" % (
|
return "task failed: %s - %s - %s (%s)" % (
|
||||||
|
task_id,
|
||||||
self.jobs[self.tasks[task_id]].config.name,
|
self.jobs[self.tasks[task_id]].config.name,
|
||||||
task.config.task.type.name,
|
task.config.task.type.name,
|
||||||
task.error,
|
task.error,
|
||||||
|
Reference in New Issue
Block a user