guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Allow for 4 parallel jobs.


From: Ludovic Courtès
Subject: branch master updated: hydra: bayfront: Allow for 4 parallel jobs.
Date: Mon, 19 Dec 2022 08:35:00 -0500

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 <ludo@gnu.org>
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

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