guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: machines-for-berlin: Increase parallel bui


From: Mathieu Othacehe
Subject: branch master updated: hydra: machines-for-berlin: Increase parallel builds count.
Date: Sat, 01 May 2021 12:57:50 -0400

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 e4c7aa3  hydra: machines-for-berlin: Increase parallel builds count.
e4c7aa3 is described below

commit e4c7aa3ed9b14255b79fa7cb14cf302fd9fa8692
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat May 1 18:56:50 2021 +0200

    hydra: machines-for-berlin: Increase parallel builds count.
    
    * hydra/machines-for-berlin.scm (template-x86_64): Increase parallel builds
    count.
---
 hydra/machines-for-berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 23d5e50..baa6319 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -139,7 +139,7 @@
       (compression "no")
       (speed 3)                                   ;don't increase it too much
                                         ;or everything goes there
-      (parallel-builds 4)))
+      (parallel-builds 8)))
     ((name key 192)
      (build-machine
       (name name)
@@ -149,7 +149,7 @@
       (compression "no")
       (speed 3)                                   ;don't increase it too much
                                         ;or everything goes there
-      (parallel-builds 4)))
+      (parallel-builds 8)))
     ((ip key ram)
      (build-machine
       (name ip)



reply via email to

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