guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Decrease priority of x86_64->armhf build m


From: Marius Bakke
Subject: branch master updated: hydra: Decrease priority of x86_64->armhf build machines.
Date: Fri, 10 Apr 2020 14:26:07 -0400

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

mbakke pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 5477e87  hydra: Decrease priority of x86_64->armhf build machines.
5477e87 is described below

commit 5477e875d11afe80d048b6e3312977f190b0ee29
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Apr 10 20:25:03 2020 +0200

    hydra: Decrease priority of x86_64->armhf build machines.
    
    * hydra/machines-for-berlin.scm (x86_64->qemu-armhf): Set SPEED to .8
    instead of .9.
---
 hydra/machines-for-berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index ade63dd..7bf62b7 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -157,7 +157,7 @@
   (build-machine
    (inherit machine)
    (system "armhf-linux")
-   (speed .9)
+   (speed .8)                       ;prefer the "native" AArch64 machines
    (parallel-builds 1)))
 
 (define (x86_64->qemu-aarch64 machine)



reply via email to

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