[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: hydra: Increase parallel builds on the fosshost machines.
From: |
Christopher Baines |
Subject: |
02/02: hydra: Increase parallel builds on the fosshost machines. |
Date: |
Wed, 23 Dec 2020 11:48:36 -0500 (EST) |
cbaines pushed a commit to branch master
in repository maintenance.
commit a7dd63a801febedba380a060fc8939a18452cf38
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Dec 23 16:47:46 2020 +0000
hydra: Increase parallel builds on the fosshost machines.
* hydra/fosshost1.scm: Increase Guix Build Coordinator agent parallel
builds to 4.
* hydra/fosshost2.scm: Likewise.
---
hydra/fosshost1.scm | 2 +-
hydra/fosshost2.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/fosshost1.scm b/hydra/fosshost1.scm
index fd65a2e..1a93da0 100644
--- a/hydra/fosshost1.scm
+++ b/hydra/fosshost1.scm
@@ -64,7 +64,7 @@
(coordinator
"https://coordinator.guix-patches.cbaines.net")
(uuid "b35e828a-0229-4cbc-9e41-cf78fe4116fb")
(password-file
"/etc/guix-build-coordinator-agent-password")
- (max-parallel-builds 2)
+ (max-parallel-builds 4)
(systems '("x86_64-linux" "i686-linux"))
(derivation-substitute-urls
(list "https://data.guix-patches.cbaines.net"))
diff --git a/hydra/fosshost2.scm b/hydra/fosshost2.scm
index debc77f..9950aef 100644
--- a/hydra/fosshost2.scm
+++ b/hydra/fosshost2.scm
@@ -64,7 +64,7 @@
(coordinator
"https://coordinator.guix-patches.cbaines.net")
(uuid "4cf57366-6b43-487f-9ce1-863536f71186")
(password-file
"/etc/guix-build-coordinator-agent-password")
- (max-parallel-builds 2)
+ (max-parallel-builds 4)
(systems '("x86_64-linux" "i686-linux"))
(derivation-substitute-urls
(list "https://data.guix-patches.cbaines.net"))