guix-commits
[Top][All Lists]
Advanced

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

03/03: hydra: Update the file with the machines in the bayfront build fa


From: Andreas Enge
Subject: 03/03: hydra: Update the file with the machines in the bayfront build farm.
Date: Sat, 19 Sep 2020 12:33:05 -0400 (EDT)

andreas pushed a commit to branch master
in repository maintenance.

commit 8504499e729b17721743b5ee417bedc8a0fb4874
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Sep 19 18:30:43 2020 +0200

    hydra: Update the file with the machines in the bayfront build farm.
    
    * hydra/machines-bayfront.scm: Add armhf-linux to dover; use the number of
    cores as the speed parameter; disable unavailable machines.
---
 hydra/machines-bayfront.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/hydra/machines-bayfront.scm b/hydra/machines-bayfront.scm
index 9f5cc9c..273a25f 100644
--- a/hydra/machines-bayfront.scm
+++ b/hydra/machines-bayfront.scm
@@ -5,7 +5,7 @@
     (user "bayfront")
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIBfd3VZqyoKoZG3X772eDBrN2MPhnNDDnVA34hpf0f9b 
root@(none)")
     (parallel-builds 3)
-    (speed 1.0)))
+    (speed 8.0)))
     
 (define milano
   (build-machine
@@ -14,17 +14,17 @@
     (user "bayfront")
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIPJFpBJSaOK2aDaR48Fm8udhLK9fl5YwNlq43uaLBeRv 
root@(none)")
     (parallel-builds 3)
-    (speed 1.0)))
+    (speed 32.0)))
 
 (define dover
   (build-machine
     (name "dover.guix.info")
     (port 9023)
-    (systems '("aarch64-linux"))
+    (systems '("aarch64-linux" "armhf-linux"))
     (user "bayfront")
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJLRYD5RXZ3Espe+Kv1SzZl8Qc3NZ356Bq+cGjnKsDHY 
root@linux")
     (parallel-builds 3)
-    (speed 1.0)))
+    (speed 4.0)))
 
 (define redhill
   (build-machine
@@ -34,11 +34,11 @@
     (user "bayfront")
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIM+FYr1NUTsXrJgquSTMz0Izkqw3ob7pCU+JPFHgEhHa 
root@redhill")
     (parallel-builds 3)
-    (speed 1.0)))
+    (speed 4.0)))
  
 (list
   harbourfront
   milano
-  dover
-  redhill
+  ; dover ; currently in the berlin build farm
+  ; redhill ; currently not installed
 )



reply via email to

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