On Sat, Mar 16, 2024 at 7:27 AM Tom Lane <t...@sss.pgh.pa.us> wrote: > Are there limits on the runtime of CI or cfbot jobs? Maybe > somebody should go check those systems.
Those get killed at a higher level after 60 minutes (configurable but we didn't change it AFAIK): https://cirrus-ci.org/faq/#instance-timed-out It's a fresh virtual machine for each run, and after that it's gone (well the ccache directory survives but only by being uploaded/downloaded in explicit steps to transmit it between runs).