Re: Heads Up: cirrus-ci is shutting down June 1st

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st
Date: 2026-06-18 11:37:13
Message-ID: CAN55FZ0pGH+0CS8jhOg=kfBGXPy=vmU1ewW=SLy2-OwRQcjVhQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Sat, 13 Jun 2026 at 00:54, Andres Freund <andres(at)anarazel(dot)de> wrote:
>
> > > - I comparison to cirrus-ci it's considerably more painful (and it wasn't
> > > exactly pain-free on cirrus either) to access the logs of failed tasks. One
> > > can't just link to the failure or such.
> > >
> > > I have wondered about determining which test failed first, and uploading the
> > > most crucial logs for that test separately, so one could at least look and
> > > link to those without unpacking a .zip.
> >
> > I have questions about this. If we do this for all jobs then we can
> > end up having just too many uploaded files to look at. In this case,
> > unpacking .zip would be easier to access the logs of failed tasks.
>
> I was thinking we'd do this only for the first failure...

I assume you mean first failure for the GHA run, not the first failure
per GHA job. Then, this makes sense. I just wonder how this can be
implemented.

I have only one comment on v13a-0002, I looked at the rest and all LGTM.

Subject: [PATCH v13a 2/9] ci: Use meson for most of CompilerWarnings, it's a
lot faster

meson_common_features and linux_configure_features are not the same.
By using meson_common_features, we don't test:

--with-gssapi
--with-libcurl
--with-llvm
--with-pam
--with-selinux
--with-systemd
--with-uuid=ossp

options. Is this a problem?

--
Regards,
Nazir Bilal Yavuz
Microsoft

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jakub Wartak 2026-06-18 11:38:23 Re: proposal - queryid can be used as filter for auto_explain
Previous Message Hans Buschmann 2026-06-18 11:33:23 AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c