Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wDr2t-003QoB-01 for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Apr 2026 21:48:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wDr2s-00BKx9-0s for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Apr 2026 21:48:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wDr2r-00BKwu-3C for pgsql-hackers@lists.postgresql.org; Fri, 17 Apr 2026 21:48:13 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wDr2p-00000001X9P-0QDC for pgsql-hackers@postgresql.org; Fri, 17 Apr 2026 21:48:13 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 63HLm4173311982; Fri, 17 Apr 2026 17:48:04 -0400 From: Tom Lane To: Michael Paquier cc: Robert Haas , Andres Freund , pgsql-hackers@postgresql.org Subject: Re: Heads Up: cirrus-ci is shutting down June 1st In-reply-to: References: <3ydjipcr7kbss57nvi67noplncqhesl5eyb6wgol4ccjxynspv@yatlykpribmm> Comments: In-reply-to Michael Paquier message dated "Sat, 18 Apr 2026 06:41:42 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3311980.1776462484.1@sss.pgh.pa.us> Date: Fri, 17 Apr 2026 17:48:04 -0400 Message-ID: <3311981.1776462484@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > On Fri, Apr 17, 2026 at 02:50:53PM -0400, Robert Haas wrote: >> This patch removes six lines of code and adds none. There are four >> messages on the thread. We've done 14 complete CI runs. That might be >> an extreme example, but I just don't know if repeatedly running CI on >> small patches that aren't being actively updated is really what we >> want to be doing. > Yes, starting with a low threshold should have little impact. I > suspect that we could take it slow, say by testing much less patches > that have a max of N lines touched (20~50?), and shave in resource > usage. This would not change much how useful the information provided > is. I think running a test promptly after a new patch submission is useful, even for small patches. I agree that the periodic re-tests for bit-rot could be scaled back a lot. regards, tom lane