public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* Re: ☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) (master)
       [not found] ` <15888d31-891a-8c70-26c2-8ff860799d14@suse.com>
@ 2023-10-19 11:23   ` Mark Wielaard
  2023-10-19 11:48     ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2023-10-19 11:23 UTC (permalink / raw)
  To: Jan Beulich; +Cc: binutils, Sam James, buildbot

[-- Attachment #1: Type: text/plain, Size: 1454 bytes --]

Hi Jan (CC Sam and builbot mailinglist),

On Mon, 2023-10-16 at 08:48 +0200, Jan Beulich wrote:
> On 13.10.2023 02:42, builder@sourceware.org wrote:
> > A new failure has been detected on builder binutils-gentoo-sparc while building binutils-gdb.
> > 
> > Full details are available at:
> >     https://builder.sourceware.org/buildbot/#builders/228/builds/1402
> > 
> > Build state: failed test (failure)
> > Revision: 59fed66dcef07b7b33c72d47b609e05569c62523
> > Worker: gentoo-sparc
> > Build Reason: (unknown)
> 
> Imo the rate of fails (iirc unexplained timeouts) is too high here. May
> I ask that this worker be taken out, until the issue can be sorted?

I have applied the attached patch which keeps the binutils sparc
builder, but changes the tag from binutils to binutils-build. This
makes it so that it won't be part of the binutils CI reports (so no
more email notifications), but still runs the build which will show up
on https://builder.sourceware.org/buildbot/ and get the results into
bunsen.

I did the same for the binutils-try-gentoo-sparc builder (changing the
tag from binutils-try to binutils-try-build). So for try builds you
won't get emails about the sparc builder anymore, but the results will
show up on the builder website and in bunsen.

Sam, could you please let us know when the sparc builder is a little
bit more robust so we can reactivate the email notifications again?

Thanks,

Mark

[-- Attachment #2: 0001-Change-tags-on-binutils-gentoo-sparc-builders-to-bin.patch --]
[-- Type: text/x-patch, Size: 1343 bytes --]

From b9ca59001326dfd452900e9319e432c92958a6c9 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Thu, 19 Oct 2023 13:20:52 +0200
Subject: [PATCH] Change tags on  binutils-gentoo-sparc builders to
 binutils[-try]-build

This will make sure the builds are still running, but won't be
included in the (email) reports.

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 builder/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 89ce04a..0c5ce5b 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2641,14 +2641,14 @@ c['builders'].append(binutils_try_fedora_arm64_builder)
 binutils_gentoo_sparc_builder = util.BuilderConfig(
 	name="binutils-gentoo-sparc",
         workernames=sparc_workers,
-        tags=["binutils", "gentoo", "sparc"],
+        tags=["binutils-build", "gentoo", "sparc"],
         factory=binutils_factory_libctf)
 c['builders'].append(binutils_gentoo_sparc_builder)
 
 binutils_try_gentoo_sparc_builder = util.BuilderConfig(
 	name="binutils-try-gentoo-sparc",
         workernames=sparc_workers,
-        tags=["binutils-try", "gentoo", "sparc"],
+        tags=["binutils-try-build", "gentoo", "sparc"],
         factory=binutils_factory_libctf)
 c['builders'].append(binutils_try_gentoo_sparc_builder)
 
-- 
2.41.0


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

* Re: ☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) (master)
  2023-10-19 11:23   ` ☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) (master) Mark Wielaard
@ 2023-10-19 11:48     ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2023-10-19 11:48 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: binutils, Sam James, buildbot

On 19.10.2023 13:23, Mark Wielaard wrote:
> On Mon, 2023-10-16 at 08:48 +0200, Jan Beulich wrote:
>> On 13.10.2023 02:42, builder@sourceware.org wrote:
>>> A new failure has been detected on builder binutils-gentoo-sparc while building binutils-gdb.
>>>
>>> Full details are available at:
>>>     https://builder.sourceware.org/buildbot/#builders/228/builds/1402
>>>
>>> Build state: failed test (failure)
>>> Revision: 59fed66dcef07b7b33c72d47b609e05569c62523
>>> Worker: gentoo-sparc
>>> Build Reason: (unknown)
>>
>> Imo the rate of fails (iirc unexplained timeouts) is too high here. May
>> I ask that this worker be taken out, until the issue can be sorted?
> 
> I have applied the attached patch which keeps the binutils sparc
> builder, but changes the tag from binutils to binutils-build. This
> makes it so that it won't be part of the binutils CI reports (so no
> more email notifications), but still runs the build which will show up
> on https://builder.sourceware.org/buildbot/ and get the results into
> bunsen.
> 
> I did the same for the binutils-try-gentoo-sparc builder (changing the
> tag from binutils-try to binutils-try-build). So for try builds you
> won't get emails about the sparc builder anymore, but the results will
> show up on the builder website and in bunsen.

Thanks for doing this.

Jan

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

end of thread, other threads:[~2023-10-19 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231013004211.102B03858436@sourceware.org>
     [not found] ` <15888d31-891a-8c70-26c2-8ff860799d14@suse.com>
2023-10-19 11:23   ` ☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) (master) Mark Wielaard
2023-10-19 11:48     ` Jan Beulich

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).