public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gcc_full_build_factory: pass '-k' to make check to maximise results
@ 2023-01-31  1:56 Sam James
  2023-01-31  1:56 ` [PATCH 2/2] gcc_full_build_factory: call contrib/test_summary after make check Sam James
  2023-01-31  9:27 ` [PATCH 1/2] gcc_full_build_factory: pass '-k' to make check to maximise results Mark Wielaard
  0 siblings, 2 replies; 5+ messages in thread
From: Sam James @ 2023-01-31  1:56 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James

We want to keep going even if we hit failures for a maximally useful
log and set of results.
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 84d457e..71efbe9 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3254,7 +3254,7 @@ def gcc_full_build_factory_gen(extra_configure_arg=None):
         # Even if that means bunsen gets some parallel/duplicate log files
         gcc_full_build_factory.addStep(steps.Test(
                 workdir='gcc-build',
-                command=addOutputSync.withArgs(['make', 'check',
+                command=addOutputSync.withArgs(['make', 'check', '-k',
                     util.Interpolate('-j%(prop:maxcpus)s')]),
                 name='make check',
                 timeout=3600,
-- 
2.39.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31  1:56 [PATCH 1/2] gcc_full_build_factory: pass '-k' to make check to maximise results Sam James
2023-01-31  1:56 ` [PATCH 2/2] gcc_full_build_factory: call contrib/test_summary after make check Sam James
2023-01-31  9:31   ` Mark Wielaard
2023-01-31 17:34     ` Sam James
2023-01-31  9:27 ` [PATCH 1/2] gcc_full_build_factory: pass '-k' to make check to maximise results 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).