public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Change gdb-gentoo-sparc gdb tag to gdb-build tag
@ 2023-02-03 22:34 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-02-03 22:34 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James, Mark Wielaard

The gdb-gentoo-sparc builder seems to fail and then email to
everyone is sent by the problem report for the whole gdb tagged
builder set. It isn't clear why this is, since mode is problem
which means to sent a report when there is a change from success
to failure. Since there never was a success for the sparc builder
it shouldn't trigger. But to make sure change the tag to gdb-build
so it isn't included in any problem report generator.
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 127ba79..d49f51b 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2762,7 +2762,7 @@ c['builders'].append(gdb_try_fedora_arm64_builder)
 gdb_gentoo_sparc_builder = util.BuilderConfig(
 	name="gdb-gentoo-sparc",
         workernames=sparc_workers,
-        tags=["gdb", "gentoo", "sparc"],
+        tags=["gdb-build", "gentoo", "sparc"],
         factory=gdb_factory)
 c['builders'].append(gdb_gentoo_sparc_builder)
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-03 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 22:34 [PATCH] Change gdb-gentoo-sparc gdb tag to gdb-build tag 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).