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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new cbd4b5e  hydra: bayfront: Allow for 4 parallel jobs.
cbd4b5e is described below

commit cbd4b5ef08f05e3c5ec9f501290069d2f7bedd08
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Dec 19 14:32:53 2022 +0100

    hydra: bayfront: Allow for 4 parallel jobs.
    
    Some derivation dependency sub-graphs, like that of the web site, are
    massively parallel and enabling parallel jobs makes a difference.
    
    * hydra/bayfront.scm <guix-configuration>: Bump --max-jobs to 4.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 9c44059..acb24a4 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1251,7 +1251,7 @@ add_header Content-Type text/plain;")))
 
                    (build-accounts 64)
                    (extra-options
-                    (list "--max-jobs" "1" "--cores" "8"))))
+                    (list "--max-jobs" "4" "--cores" "8"))))
        (login-service-type
         config => (login-configuration
                    (inherit config)

Reply via email to