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>, 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>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st
Date: 2026-05-31 06:44:09
Message-ID: CAN55FZ0cZJ1vvCDBxNvgSPTLasbgepgk9M2FouVAd7TEo-GHOg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Sun, 31 May 2026 at 04:42, Andres Freund <andres(at)anarazel(dot)de> wrote:
>
> On 2026-05-29 12:51:29 +0300, Nazir Bilal Yavuz wrote:
> > + - name: Upload logs
> > + if: failure()
> > + uses: actions/upload-artifact(at)v7
> > + with:
> > + name: windows-vs-logs-${{ github.run_id }}
> > + path: |
> > + ${{ env._LOG_PATHS }}
> > + crashlog-*.txt
> > + if-no-files-found: ignore
>
> You're collecting crash logs here, but that doesn't ever work, because we only
> got them thanks to the windows image setting things up that way
> (c.f. scripts/windows_install_dbg.ps1).
>
> Looks like cdb.exe is actually installed in the windows runner images, so we
> just need to use the registry settings from that file.

Ah, I see. I removed crashlog-*.txt for now and added a comment to v5
that it needs to be fixed [1]. Command in the
'scripts/windows_install_dbg.ps1' is more complicated than I thought
[2], I need to work on it.

[1] https://postgr.es/m/CAN55FZ3kE%2B_yM0akRAXBWM2rLnprEROB%2BJSEPrp1mvchdMBYBg%40mail.gmail.com
[2] https://github.com/anarazel/pg-vm-images/blob/main/scripts/windows_install_dbg.ps1#L56C1-L56C229

--
Regards,
Nazir Bilal Yavuz
Microsoft

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2026-05-31 06:57:48 Re: Proposal: Conflict log history table for Logical Replication
Previous Message Nazir Bilal Yavuz 2026-05-31 06:43:03 Re: Heads Up: cirrus-ci is shutting down June 1st