Thread

Commits

  1. ci: Add hint about downloadable logs to README

  1. Add hint about downloadable logs to CI README

    James Coleman <jtc331@gmail.com> — 2022-09-27T02:08:12Z

    I was wondering about how to debug failed builds on Cirrus CI, and
    after poking at the interface I realized we helpfully upload the logs
    from CI runs for user download.
    
    In an effort to save the next person a few minutes I thought the
    attached minor patch would help.
    
    Thanks,
    James Coleman
    
  2. Re: Add hint about downloadable logs to CI README

    Andres Freund <andres@anarazel.de> — 2022-09-27T03:04:36Z

    Hi,
    
    On 2022-09-26 22:08:12 -0400, James Coleman wrote:
    > I was wondering about how to debug failed builds on Cirrus CI, and
    > after poking at the interface I realized we helpfully upload the logs
    > from CI runs for user download.
    > 
    > In an effort to save the next person a few minutes I thought the
    > attached minor patch would help.
    
    I'm not quite sure how likely it is to help, but it can't hurt... Pushed.
    
    Thanks for the patch!
    
    Greetings,
    
    Andres Freund