guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Do not start a remote-server pub


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Do not start a remote-server publish server.
Date: Thu, 12 Aug 2021 07:12:24 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a981d79  hydra: services: Do not start a remote-server publish server.
a981d79 is described below

commit a981d79011f1619cf268fa5a8a8d57beec8c830c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 12 13:10:25 2021 +0200

    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.
---
 hydra/modules/sysadmin/services.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index e98f80e..5a0f36f 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]