guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: honeycomb: Increase number of build accoun


From: Ricardo Wurmus
Subject: branch master updated: hydra: honeycomb: Increase number of build accounts to 50.
Date: Mon, 29 Nov 2021 05:55:10 -0500

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

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 6ba859f  hydra: honeycomb: Increase number of build accounts to 50.
6ba859f is described below

commit 6ba859f2fd1fc993d39db635dacb9de63673c78c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 29 11:53:59 2021 +0100

    hydra: honeycomb: Increase number of build accounts to 50.
    
    * hydra/modules/sysadmin/honeycomb.scm: Set build-accounts in
    guix-configuration to 50.
---
 hydra/modules/sysadmin/honeycomb.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/modules/sysadmin/honeycomb.scm 
b/hydra/modules/sysadmin/honeycomb.scm
index 2c6e618..39bcf82 100644
--- a/hydra/modules/sysadmin/honeycomb.scm
+++ b/hydra/modules/sysadmin/honeycomb.scm
@@ -216,6 +216,7 @@
                                            (inherit config)
                                            (max-silent-time (* 12 3600))
                                            (timeout (* 24 3600))
+                                           (build-accounts 50)
                                            (authorized-keys
                                             %authorized-guix-keys)
                                            (extra-options



reply via email to

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