public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [builder] gdb_check_step: remove gdb.gdb/selftest.exp
@ 2022-06-08 18:51 Mark Wielaard
  2022-06-09  9:37 ` Luis Machado
  0 siblings, 1 reply; 13+ messages in thread
From: Mark Wielaard @ 2022-06-08 18:51 UTC (permalink / raw)
  To: buildbot; +Cc: gdb, Mark Wielaard

Hi,

I just committed the following update to builder:

    selftest.exp is bad (flaky), just keep the gdb and gdbserver
    unittest.exp for the CI runs.

builder.sourceware.org does two builds for gdb.  quick CI builds that
just build gdb and gdb-server and run a small amount of tests that are
known to reliably PASS. If any of this fails it will sent email to the
gdb-testers mailinglist and the author of the commit.
https://builder.sourceware.org/buildbot/#/builders?tags=gdb

It also does full builds for binutils-gdb as a whole plus the full
testsuite both against gcc and clang. These do record all logs in
bunsendb but doesn't sent emails:
https://builder.sourceware.org/buildbot/#/builders?tags=binutils-gdb

With the removal of the selftest.exp there are only two unittest.exp
tests (one for gdb and one for gdbserver). This does seem very
minimal. Could someone suggest stable, known good passing tests that
should be added because when they do start failing it really is a
regression that should be flagged?

Note that the intention is to also allow a trybot that runs the same
set of CI tests so it can be used as pre-commit check.

Cheers,

Mark

P.S. There were same bad failing emails today. Our apologies, that was
a bunsen upload typo.

---
 builder/master.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 852322f..af4f65f 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -1446,7 +1446,6 @@ gdb_check_step = steps.Test(
                  util.Interpolate('-j%(prop:ncpus)s'),
                  'check-gdb',
                  ("TESTS= "
-                  "gdb.gdb/selftest.exp "
                   "gdb.gdb/unittest.exp "
                   "gdb.server/unittest.exp ")],
         name='make check-gdb',
-- 
2.30.2


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

end of thread, other threads:[~2022-06-29 22:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 18:51 [builder] gdb_check_step: remove gdb.gdb/selftest.exp Mark Wielaard
2022-06-09  9:37 ` Luis Machado
2022-06-09 23:09   ` Mark Wielaard
2022-06-09 23:21     ` Mark Wielaard
2022-06-10 10:50       ` Mark Wielaard
2022-06-10 10:58         ` Luis Machado
2022-06-10 15:17           ` will schmidt
2022-06-10 15:54           ` Carl Love
2022-06-10 19:11             ` Mark Wielaard
2022-06-10 20:11               ` Carl Love
2022-06-10 22:23                 ` Frank Ch. Eigler
2022-06-29 15:58               ` Carl Love
2022-06-29 22:42                 ` 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).