Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI) - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI)
Date
Msg-id CAN55FZ3CSTpo9x_n5dm3G7wx8xquhZgsPhVvm+L0w8BWFrOAiA@mail.gmail.com
Whole thread Raw
In response to Re: Upload only the failed tests logs to the Postgres CI (Cirrus CI)  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
List pgsql-hackers
Hi,

On Tue, 7 Apr 2026 at 19:27, Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
>
> Hi,
>
> On Tue, 7 Apr 2026 at 19:18, Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
> >
> > Note: Currently NetBSD is failing with: 'env: python3: No such file or
> > directory', this can be fixed separately but I wanted to hear your
> > thoughts first.
>
> Quick update: Windows CI tasks seem to be running into issues. Like
> NetBSD, they can be fixed separately.

Here is v2, which addresses the issues I mentioned earlier.

I have updated the design since this will only be used for Meson
builds. I decided to invoke the script using 'meson compile
clear_testrun_folder', as this avoids the need to manually call
python3. This approach prevents issues on NetBSD, where the python3
environment may not be found.

I don’t expect the 'ci_meson_clear_testrun_folder' script to be used
outside of CI, so I placed it in the 'src/tools/ci/' directory.
However, if you think it could be useful beyond CI, we could consider
renaming it and moving it to 'src/tools/'.

--
Regards,
Nazir Bilal Yavuz
Microsoft

Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Add missing period to DETAIL messages
Next
From: Richard Guo
Date:
Subject: Re: Potential partition pruning regression on PostgreSQL 18