public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gcc_full_build_factory: call contrib/test_summary after make check
@ 2023-01-31 18:04 Sam James
  2023-01-31 21:01 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Sam James @ 2023-01-31 18:04 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James

This gives us a nice summary of the various dejagnu results.
---
 builder/master.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 71efbe9..9600120 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3259,6 +3259,13 @@ def gcc_full_build_factory_gen(extra_configure_arg=None):
                 name='make check',
                 timeout=3600,
                 haltOnFailure=False, flunkOnFailure=True))
+        # Get a useful summary (repeats the various dejagnu summaries) at
+        # the end. From https://gcc.gnu.org/install/test.html.
+        gcc_full_build_factory.addStep(steps.Test(
+                workdir='gcc-build',
+                command=['../gcc/contrib/test_summary', '-t'],
+                name='contrib/test_summary',
+                haltOnFailure=False, flunkOnFailure=True))
         gcc_full_build_factory.addSteps(bunsen_logfile_upload_cpio_steps(
                 ["*.log", "*.sum"],
                 workdir='gcc-build'))
-- 
2.39.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gcc_full_build_factory: call contrib/test_summary after make check
  2023-01-31 18:04 [PATCH] gcc_full_build_factory: call contrib/test_summary after make check Sam James
@ 2023-01-31 21:01 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2023-01-31 21:01 UTC (permalink / raw)
  To: Sam James; +Cc: buildbot

On Tue, Jan 31, 2023 at 06:04:32PM +0000, Sam James wrote:
> This gives us a nice summary of the various dejagnu results.

Looks good.

Pushed,

Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-31 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 18:04 [PATCH] gcc_full_build_factory: call contrib/test_summary after make check Sam James
2023-01-31 21:01 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).