Hello, Rutherther <[email protected]> writes:
> As was mentioned in one of the previous e-mails in this thread, this was > a mistake. The one and only url is > https://pulls.ci.guix.gnu.org/pull-requests. But it currently > ends up with 502. :( As I wrote in <https://codeberg.org/guix/maintenance/pulls/28>, one of the limitations is disk space: with only 350 GiB, the VM behinds pulls.ci.guix.gnu.org can barely fit all the Guix binaries for x86_64-linux. Because of that, it regularly runs out of space, and each GC cycle helps a bit. There’s a ‘disk-space-watchdog’ timer there that automatically stops Cuirass when the situation becomes dire: https://codeberg.org/guix/maintenance/src/branch/master/hydra/modules/sysadmin/pull-requests.scm#L241 This is when you get 502… until someone restarts Cuirass. I hope we can add more space to this machine or move the service elsewhere soon (that’s an example of why the upcoming donation campaign is so important!). In the meantime, anyone interested in this is welcome to propose patches for the OS config or to volunteer for sysadmin! Ludo’.
