From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7593 invoked by alias); 23 Sep 2014 14:48:58 -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 7573 invoked by uid 89); 23 Sep 2014 14:48:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_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; Tue, 23 Sep 2014 14:48:56 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8NEmqkm001732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 23 Sep 2014 10:48:53 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8NEmoNW000474; Tue, 23 Sep 2014 10:48:51 -0400 Message-ID: <54218852.6010909@redhat.com> Date: Tue, 23 Sep 2014 14:48:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Jan Kratochvil CC: Doug Evans , "gdb-patches@sourceware.org" Subject: Re: automated testing comment [Re: time to workaround libc/13097 in fsf gdb?] References: <5412EB1F.40309@redhat.com> <20140917201049.GA22880@host2.jankratochvil.net> <541C3FCF.4000400@redhat.com> <541C409E.6010408@redhat.com> <20140920213033.GA6255@host2.jankratochvil.net> <541F2311.1040404@redhat.com> <20140923105855.GA10164@host2.jankratochvil.net> <54216860.7060008@redhat.com> <20140923124529.GA21886@host2.jankratochvil.net> <542175E6.3010104@redhat.com> <20140923135708.GA26330@host2.jankratochvil.net> In-Reply-To: <20140923135708.GA26330@host2.jankratochvil.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-09/txt/msg00693.txt.bz2 On 09/23/2014 02:57 PM, Jan Kratochvil wrote: > On Tue, 23 Sep 2014 15:30:14 +0200, Pedro Alves wrote: >> On testing regressions, indeed you may the only one doing >> something like that currently. Is your build/test bot some >> place public others can look at results? > > Sanimir Agovic asked for results subscription in the past, it had no public > access so far as I am still waiting till some more "business ran" testing bot > gets deployed. So I made accessible what I have now ... Thanks! (fyi, http://host2.jankratochvil.net/gdbmail seems to not be working for me atm.) I think it'd be fine to send the periodic email results/alerts/whatever to: https://sourceware.org/ml/gdb-testresults/ That list hasn't been active in a while, but it's still alive, afaics, and the point of that list was to collect auto testers' test results. >> Seems like we should at least have a central place that lists >> the existing public bots / auto testers. Like, a wiki page. :-) > > ... at the wiki page: > https://sourceware.org/gdb/wiki/BuildBotResults > https://sourceware.org/gdb/wiki/HomePageDevelopingColumn?action=diff&rev2=33&rev1=32 Awesome, thank you. >> I saw Jan-Benedict acting on a build regression caught by the >> build bot here: >> >> https://sourceware.org/ml/gdb-patches/2014-09/msg00658.html > > OK, great, I see there is running second testbot. Thanks, Pedro Alves