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 6DABA38515ED; Sat, 2 Jul 2022 01:09:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6DABA38515ED 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=T++QF1wGH6Lc6KplycfHhLbCppQjq6fDdiM7Xz+Rc+M=; b=CqKtA5uInbVb+EXCbNgL5umDu2 e8wcWaRxZ18lF5Z6OXJb3L+fo0kzrQRiuPM+/aW5d1IxPHZ6AxwwxZi0ykZTPgI74phjLrSiUcGhD g5w9HjC+UMWOD/qxf08LgXf48c2WQN+XeP5p7reMs3XB4KzFjpWVk5o1iB3VTk6iN2MufOAwYDhXk z9i5O5kKkm3UF9v5obioXim5d2vcYHkx7sBIpEOMarI2bytUSYHdX/W1M8Nw+JwUWDmF5WJ/N8jai YWhengsniQbqSpGa1m4Uw8U51hVK/0M52KUjD9sW7eaoCY45cVWfU23KA9XKi3PiK8jHwj9vgKdlo dsZTl5lA==; 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 1o7RdS-00026E-E3; Sat, 02 Jul 2022 01:09:22 +0000 Received: from fche by elastic.org with local (Exim 4.94.2) (envelope-from ) id 1o7RdR-000Ddz-Sl; Fri, 01 Jul 2022 21:09:21 -0400 Date: Fri, 1 Jul 2022 21:09:21 -0400 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: libc-alpha@sourceware.org, buildbot@sourceware.org Subject: Re: glibc builder.sourceware.org integration Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-101.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, 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 X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2022 01:09:29 -0000 Hi - > It is there now. I don't know why it wasn't there earlier. Frank, is > there a delay between the bunsendb update and when the testruns show > up? Yes. Sourceware runs a 15-minute timer to ingest data from bunsendb.git into the database. (Yeah this could conceivably be done by yet another buildbot job, but I'm happier with a distinctly unprivileged process doing the work.) - FChE