From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 1A6BA3858414 for ; Mon, 28 Nov 2022 16:48:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1A6BA3858414 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=5I3s/nzwCxwfUQy/Npi45xDfCW+ejrmgMh4KJefFPnc=; b=cTgCq+FfLt21XTougJZkGwA7Kk wQ6xguvDXOgJnR8XfKNX9qcbkT9gHOPqwf+tEdIRNV2Y8SjiKuonSJ3zIpQZgCD3uBM/gZIlRKhXd Tnodv44Mmbk0tFIfiuZlo8SWddIL1qQ92hzaps2kcVt2qOG3Txr91H3sB9I4arS1dUPb2FOuLPjoL RHAgvBGHD1x0+BbRPMMh68fIrc2d2Vt+yrOJYLuc890WpNS8VDlxO1z8IWTTT41GrHVO7cJ6K+BP5 o3f5peREnpV90aKZDBm2pgyX946N2iUPFIjBKi0RJbVsfHlUWHyK1LX20FzF3ld7McgIpy6SG3gor 23h+9esg==; 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.96) (envelope-from ) id 1ozhJF-0006K4-1p; Mon, 28 Nov 2022 16:48:45 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1ozhJF-0003Tv-0U; Mon, 28 Nov 2022 11:48:45 -0500 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1ozhJF-00DTXD-0H; Mon, 28 Nov 2022 11:48:45 -0500 Date: Mon, 28 Nov 2022 11:48:45 -0500 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: Mohammad-Reza Nabipoor , buildbot@sourceware.org, poke-devel@gnu.org Subject: Re: [PATCH builder.git] master.cfg: add GNU poke builder Message-ID: References: <20221119233644.911898-1-arsen@aarsen.me> <87ilj5zy24.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sender-Verification: "" X-Spam-Status: No, score=-101.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - By the way, I tweaked the builder's bunsen testlog collection machinery well enough that the system is recognizing the dejagnu testsuite results, e.g.: https://builder.sourceware.org/testrun/c6cb32e4a10b994e26e32266eaf7cce47f7128d5?focus=dgsummary (It was missing the .sum files.) - FChE