From dab883ded130595171909679c3768a35773d636c Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev Date: Wed, 19 Jun 2024 12:02:00 +0400 Subject: [PATCH] Added the summary to the github comment The timeout error description (`command timed out: 1200 seconds without output running ..., attempting to kill`) in LitTestCommand can be retrieved only via getResultSummary(). Without the summary the log is useless in this case. --- zorg/buildbot/reporters/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zorg/buildbot/reporters/utils.py b/zorg/buildbot/reporters/utils.py index acb7693e4..c8216ed66 100644 --- a/zorg/buildbot/reporters/utils.py +++ b/zorg/buildbot/reporters/utils.py @@ -117,6 +117,8 @@ def get_log_details(build): Here is the relevant piece of the build log for the reference: ``` +{{ summary }} + {{ details }} ``` """