hydra: services: Do not start a remote-server publish server.

As this server does not use a cache it is prone to connection timeout errors,
as discussed here:
https://lists.gnu.org/archive/html/guix-devel/2021-08/msg00021.html.

Use the main publish server behind https://ci.guix.gnu.org instead.

* hydra/modules/sysadmin/services.scm (cuirass-service): Do not start a
publish server.
This commit is contained in:
Mathieu Othacehe 2021-08-12 13:10:25 +02:00
parent ca6f40272f
commit a981d79011
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@
(cuirass-configuration
(interval (* 5 60))
(remote-server (cuirass-remote-server-configuration
(no-publish? #t)
(trigger-url "http://127.0.0.1")))
(specifications (cuirass-specs branches systems))
(parameters "/etc/cuirass.scm"))))