From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45636 invoked by alias); 24 Aug 2015 18:17:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 45617 invoked by uid 89); 24 Aug 2015 18:17:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 24 Aug 2015 18:17:35 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 6A8C5AB9; Mon, 24 Aug 2015 18:17:34 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7OIHVie032025; Mon, 24 Aug 2015 14:17:32 -0400 Message-ID: <55DB5FBB.1020900@redhat.com> Date: Mon, 24 Aug 2015 18:17:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Sergio Durigan Junior CC: Brendan Kirby , Peter Schauer , Simon Marchi , gdb-patches@sourceware.org, Matthew Fortune , "Maciej W. Rozycki" , Rich Fuhler Subject: Re: [PATCH obv/pushed] MIPS ptrace build fixes References: <201508241459.t7OEx5rP011772@licht.localdomain> <55DB3236.4090400@redhat.com> <55DB59BD.6030304@imgtec.com> <55DB5C8D.7030603@redhat.com> <87io84d0bn.fsf@redhat.com> In-Reply-To: <87io84d0bn.fsf@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00704.txt.bz2 On 08/24/2015 07:10 PM, Sergio Durigan Junior wrote: > On Monday, August 24 2015, Pedro Alves wrote: > >> FYI, this triggers quite often. For the past couple weeks alone, >> I got personally nagged with spurious build failures 5 times. And >> of course everyone else has been getting their share as well. > > I'm looking for a way to disable e-mail notifications for this specific > buildslave. This is not trivial, but I'll see what I can do. I think we should also disable the test regressions notifications too. If building is unreliable, so must testing be. Maybe it's simpler to disable the builder until this is sorted out? Thanks, Pedro Alves