Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n52Ot-0008RW-Nl for pgsql-www@arkaria.postgresql.org; Wed, 05 Jan 2022 09:16:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n52Or-0000Kb-Jg for pgsql-www@arkaria.postgresql.org; Wed, 05 Jan 2022 09:16:05 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n52Or-0000KQ-0a for pgsql-www@lists.postgresql.org; Wed, 05 Jan 2022 09:16:05 +0000 Received: from mail-ed1-x531.google.com ([2a00:1450:4864:20::531]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1n52Oj-00071M-VW for pgsql-www@lists.postgresql.org; Wed, 05 Jan 2022 09:16:03 +0000 Received: by mail-ed1-x531.google.com with SMTP id z29so159234554edl.7 for ; Wed, 05 Jan 2022 01:15:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1T+YJHeOT6zMA915a4FLHF+C3kBreQa0E6P6htb3eSM=; b=Q4ycICxn0ReOEo30grvyMQx1+vPA7RL7PDke04+SGINkaZaXE3npPqxV/lzBlg3dXr XVDZXtr/iEs89BrLo/ao9mnuonyTx7GbrJX2JJDOsvCCOINk4hTjG97jeYJ10yFuVNKT 2U2z0SCM4ILWgpeyRD9MAB+JLB9JiM0l47QMftrwOUtK6qAUZdkuxzbsoEQ4a4Wlrj27 nlsK+iQGVa5D1/ohEq6hVh+CTpsZJzSsPTv2bU860OPuLzNRjyAA4zP7sn4OXiX7TmvR Evgg0YNW8NmRiNWIvYAFh5p60JywThVgTii2ZM0b1cTrxF7Fb97Et0ei/Tmj6EA5Hvac nBUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1T+YJHeOT6zMA915a4FLHF+C3kBreQa0E6P6htb3eSM=; b=XraYYIj2sNlRIugdcDgrzByjH5MDWHszAxFyEa05eJOnnczWmBd4fRs3+TH1QWJBq2 nqeCmbLnouzms5slRuaTIDvoz/uM4+Gbr97jy8zr+AnugxEzlUB8QXgHCH8OHg+kORA2 CpHnbHWcWMEuACBLblCpuYCdZ+vqhBhm+hN4t0tnmkNJ4/Klj6Bhjk4c6jYIrQdo6cJb aGJYEpud3WZPQyPxudxWKyJ5IT2MFyBLwjIVFrjS6B0OhpEnlL6LLk1TClJAhY3SACgk gdUhD3OUiv+rWa/oNkDVyNecB2dpdPjjYthT3PS2Wcz3pDU4we/3oDjP+M+EKVBbDlWg Hpaw== X-Gm-Message-State: AOAM533YWzovyxkwJhvEIi7EeUdRzbj13w+fym4sgoqfJJRUx0CAu7s9 GFkTRF7vvpM85iDpS6oP3glVZrw0AecYxQ08nglEyaCd77s= X-Google-Smtp-Source: ABdhPJwr00cRuTUfdjzUGxIoDXTekEWuGAigQ2BBzkDXdpmJDaXDdfvTNRZQC5mpdsYOabn2RxtarrMYtZt9Mnkko2Q= X-Received: by 2002:a17:907:7ba8:: with SMTP id ne40mr42017675ejc.329.1641374155754; Wed, 05 Jan 2022 01:15:55 -0800 (PST) MIME-Version: 1.0 References: <20220104235112.bnx6pczz7h3jbu2o@alap3.anarazel.de> In-Reply-To: <20220104235112.bnx6pczz7h3jbu2o@alap3.anarazel.de> From: Dave Page Date: Wed, 5 Jan 2022 09:15:45 +0000 Message-ID: Subject: Re: Enable CI on postgres/postgres github repo? To: Andres Freund Cc: pgsql-www@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000007f9e0905d4d23308" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000007f9e0905d4d23308 Content-Type: text/plain; charset="UTF-8" On Tue, Jan 4, 2022 at 11:51 PM Andres Freund wrote: > Hi, > > Now that the CI patch has been merged [1], perhaps it'd make sense to > enable > that on the postgres/postgres mirror on github? See [2] for instructions. > > Arguably it doesn't add that much, because cfbot runs builds using the > .cirrus.yml file all the time, but to me it still seems worthwhile: For > one, > it actually does run windows builds sooner after a commit than the > buildfarm > often does... > > Greetings, > > Andres Freund > > [1] > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=93d97349461347d952e8cebdf62f5aa84b4bd20a > [2] > https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;f=src/tools/ci/README Seems reasonable to me - no cost, and very little effort. I'm happy to set it up if noone objects. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com --0000000000007f9e0905d4d23308 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Tue, Jan 4, 2022 at 11:51 PM Andre= s Freund <andres@anarazel.de&g= t; wrote:
Hi,

Now that the CI patch has been merged [1], perhaps it'd make sense to e= nable
that on the postgres/postgres mirror on github? See [2] for instructions.
Arguably it doesn't add that much, because cfbot runs builds using the<= br> .cirrus.yml file all the time, but to me it still seems worthwhile: For one= ,
it actually does run windows builds sooner after a commit than the buildfar= m
often does...

Greetings,

Andres Freund

[1] https://git.postgresql.org/gitweb/?p=3Dpostgresql.git;a=3Dcomm= it;h=3D93d97349461347d952e8cebdf62f5aa84b4bd20a
[2] http= s://git.postgresql.org/gitweb/?p=3Dpostgresql.git;a=3Dblob_plain;f=3Dsrc/to= ols/ci/README

Seems reasonable to me - = no cost, and very little effort. I'm happy to set it up if noone=C2=A0o= bjects.
=C2=A0
--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter:= @pgsnake

EDB: https://www.enterprisedb.com

--0000000000007f9e0905d4d23308--