guix-commits
[Top][All Lists]
Advanced

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

03/04: hydra: bayfront: Increase build users to 64.


From: Christopher Baines
Subject: 03/04: hydra: bayfront: Increase build users to 64.
Date: Sun, 26 Apr 2020 15:18:10 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 8d693fe2106d11f7282f7afda2bc65f0e43e0e73
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Apr 20 11:59:21 2020 +0100

    hydra: bayfront: Increase build users to 64.
    
    Set the ratio to 16 so that there is 4 * 16 build users.
    
    * hydra/bayfront.scm (services): Pass #:build-accounts-to-max-jobs-ratio
    to frontend-services.
---
 hydra/bayfront.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 9ee5393..7834537 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -231,6 +231,7 @@ Happy hacking!\n"))
                                           #:motd %motd
                                           #:max-jobs 4
                                           #:cores 6
+                                          #:build-accounts-to-max-jobs-ratio 16
                                           #:systems '("x86_64-linux" 
"armhf-linux")
                                           #:nginx-config-file
                                           (file-append %nginx-config



reply via email to

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