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: [PATCH] Change gdb-gentoo-sparc gdb tag to gdb-build tag
Date: Fri,  3 Feb 2023 23:34:33 +0100	[thread overview]
Message-ID: <20230203223433.73596-1-mark@klomp.org> (raw)

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


                 reply	other threads:[~2023-02-03 22:34 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=20230203223433.73596-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).