guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: milano-guix-1: Specify max-silent-time and


From: Christopher Baines
Subject: branch master updated: hydra: milano-guix-1: Specify max-silent-time and timeout.
Date: Sun, 25 Apr 2021 06:46:05 -0400

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 7e10bb2  hydra: milano-guix-1: Specify max-silent-time and timeout.
7e10bb2 is described below

commit 7e10bb2c743f09787f9140bb26f7df8e49cf5d8c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Apr 25 11:44:42 2021 +0100

    hydra: milano-guix-1: Specify max-silent-time and timeout.
    
    So that the guix-build-coordinator agent builds don't get stuck.
    
    * hydra/milano-guix-1.scm (operating-system)[services]: Specify values
    for max-silent-time and timeout.
---
 hydra/milano-guix-1.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 009355d..b698fb8 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -148,6 +148,10 @@
                          (inherit config)
                          (substitute-urls
                           '("https://bayfront.guix.gnu.org";))
+
+                         (max-silent-time 3600)
+                         (timeout (* 12 3600))
+
                          (authorized-keys
                           (cons*
                            (local-file 
"keys/guix/bayfront.guix.info-export.pub")



reply via email to

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