public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Sam James <sam@gentoo.org>, Mark Wielaard <mark@klomp.org>
Subject: [COMMITTED] Add gdb_factory_make_only for gdb-gentoo-sparc builders
Date: Tue, 14 Feb 2023 21:27:25 +0100	[thread overview]
Message-ID: <20230214202724.583488-1-mark@klomp.org> (raw)

On sparc most tests fail and/or time out, so skip them for now
on the ci and try builders.
---
 builder/master.cfg | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 30266bb..bd45574 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2701,6 +2701,17 @@ gdb_32_factory_make_only.addSteps(bunsen_logfile_upload_steps([ # no tests being
         (["../gdb-build/gdb/config.log"],"gdb")]))
 gdb_32_factory_make_only.addStep(gdb_rm_step)
 
+# Used for sparc only because too many tests fail and/or time out
+gdb_factory_make_only = util.BuildFactory()
+gdb_factory_make_only.addStep(gdb_git_step)
+gdb_factory_make_only.addStep(gdb_rm_step)
+gdb_factory_make_only.addStep(gdb_configure_step)
+gdb_factory_make_only.addStep(gdb_make_step)
+# NB: no need to fully BUNSEN ME, test suites are not actually being run
+gdb_factory_make_only.addSteps(bunsen_logfile_upload_steps([ # no tests being run - but can save the autoconf config.log
+        (["../gdb-build/gdb/config.log"],"gdb")]))
+gdb_factory_make_only.addStep(gdb_rm_step)
+
 gdb_centos_x86_64_builder = util.BuilderConfig(
 	name="gdb-centos-x86_64",
         workernames=["centos-x86_64"],
@@ -2761,14 +2772,14 @@ gdb_gentoo_sparc_builder = util.BuilderConfig(
 	name="gdb-gentoo-sparc",
         workernames=sparc_workers,
         tags=["gdb-build", "gentoo", "sparc"],
-        factory=gdb_factory)
+        factory=gdb_factory_make_only)
 c['builders'].append(gdb_gentoo_sparc_builder)
 
 gdb_try_gentoo_sparc_builder = util.BuilderConfig(
 	name="gdb-try-gentoo-sparc",
         workernames=sparc_workers,
         tags=["gdb-try", "gentoo", "sparc"],
-        factory=gdb_factory)
+        factory=gdb_factory_make_only)
 c['builders'].append(gdb_try_gentoo_sparc_builder)
 
 gdb_debian_i386_builder = util.BuilderConfig(
-- 
2.31.1


                 reply	other threads:[~2023-02-14 20:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230214202724.583488-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=sam@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).