Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gMI9i-0004TA-9U for buildfarm-members@arkaria.postgresql.org; Mon, 12 Nov 2018 19:45:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gMI9g-0000r8-UV for buildfarm-members@arkaria.postgresql.org; Mon, 12 Nov 2018 19:45:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gMI9g-0000qg-ME for buildfarm-members@lists.postgresql.org; Mon, 12 Nov 2018 19:45:52 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gMI9e-0005PY-A5 for buildfarm-members@postgresql.org; Mon, 12 Nov 2018 19:45:51 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id wACJjmY0030668; Mon, 12 Nov 2018 14:45:48 -0500 From: Tom Lane To: Andrew Dunstan cc: buildfarm-members@postgresql.org Subject: Re: PostgreSQL BuildFarm Client Release 9 In-reply-to: References: Comments: In-reply-to Andrew Dunstan message dated "Mon, 12 Nov 2018 14:08:23 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <30666.1542051948.1@sss.pgh.pa.us> Date: Mon, 12 Nov 2018 14:45:48 -0500 Message-ID: <30667.1542051948@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Andrew Dunstan writes: > Along with numerous fixes of minor bugs and a couple of not so minor > bugs, this release has the following features: > ... > * automatically rerun 3 hours after a git failure, useful on back > branches where commits can be infrequent Hm, I'm worried that this is mainly going to result in spamming the server with git-failure reports. From what I've seen, those usually don't go away by themselves; they need manual action to resolve, and that's often not promptly forthcoming. regards, tom lane