guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: build-machines: Add build timeouts.


From: Mathieu Othacehe
Subject: branch master updated: hydra: build-machines: Add build timeouts.
Date: Wed, 16 Dec 2020 12:59:54 -0500

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 6b9ce83  hydra: build-machines: Add build timeouts.
6b9ce83 is described below

commit 6b9ce8316b0bbd315162f8ac83ebb9827a692fdf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Dec 16 18:58:32 2020 +0100

    hydra: build-machines: Add build timeouts.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os): 
Set
    "timeout" and "max-silent-time" to the same values as "berlin".
---
 hydra/modules/sysadmin/build-machines.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index eede2bf..d5e6d55 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -272,6 +272,8 @@ Match Address 141.80.167.131
                     (inherit config)
                     (authorized-keys
                      authorized-guix-keys)
+                    (max-silent-time 3600)
+                    (timeout (* 6 3600))
                     (build-accounts
                      (* build-accounts-to-max-jobs-ratio max-jobs))
                     (extra-options



reply via email to

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