From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id NuSTEX7oZmKJggIAWB0awg (envelope-from ) for ; Mon, 25 Apr 2022 14:29:18 -0400 Received: by simark.ca (Postfix, from userid 112) id 3A8B01E058; Mon, 25 Apr 2022 14:29:18 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=P0+XnbBD; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 9F6CC1E01D for ; Mon, 25 Apr 2022 14:29:17 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EB73F3858406 for ; Mon, 25 Apr 2022 18:29:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB73F3858406 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1650911357; bh=BHBfk9Eo8saEPUwvMQArNq0wI/4tSlR+7xWS05P+TUQ=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=P0+XnbBDAU/+09ea3sv09jLqX6eQ3xPGuwh4JAH010006LwJ94lrnVOfwzlIR9Bhk xr6YIcuDNlJahGmIdJ+bblGpDWzqWAlgfy9psmUrPn5eiYjV2kmKB2NvwuKGSA4VzG xvev3ETnM6MRUnkh/vDrAJyW2HW9wsZt7In97PtA= Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 195593858D28; Mon, 25 Apr 2022 18:27:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 195593858D28 Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nj3R5-0006nT-9F; Mon, 25 Apr 2022 18:27:47 +0000 Received: from fche by elastic.org with local (Exim 4.94.2) (envelope-from ) id 1nj3R4-0000Yv-Mb; Mon, 25 Apr 2022 14:27:46 -0400 Date: Mon, 25 Apr 2022 14:27:46 -0400 To: Mark Wielaard Subject: Re: Adding binutils to the GNU Toolchain buildbot on sourceware Message-ID: References: <5c1f217a-109c-2973-6c69-abf412133dee@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Frank Ch. Eigler via Gdb" Reply-To: "Frank Ch. Eigler" Cc: "gdb@sourceware.org" , Overseers mailing list , binutils@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi - > I think we should try to keep builds/checks under 10 minutes, that the > checks should be for things that the maintainers think should always > be green. So that you get a report about something important breaking > within 10 minutes while you still know what you did. Another reason to > keep build/check times short is so you can test multiple commits per > hour. Can we suppress outgoing email notifications about failures? > [...] > If so lets just pick one or more of the workers which seem like stable > distros/arches that should always build gdb: > https://builder.sourceware.org/buildbot/#/workers > [...] I, um, kind of jumped the gun and set up a blanket native binutils-gdb testbot here ("fedrawhide-x86_64"), just to give it a go. Other than bothersome outgoing notifications, it should run the full testsuites and collect all that data into bunsen. - FChE