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 e518b5a  hydra: machines-for-berlin: Increase overload-threshold for 
the overdrives.
e518b5a is described below

commit e518b5a39f679c925eac6260daf7476b0228945a
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat May 1 18:54:21 2021 +0200

    hydra: machines-for-berlin: Increase overload-threshold for the overdrives.
    
    * hydra/machines-for-berlin (overdrive): Increase the overload-threshold.
---
 hydra/machines-for-berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 63c6bcb..23d5e50 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -197,6 +197,7 @@
          ;;overdrive1
          (name "10.0.0.3")
          (user "hydra")
+         (overload-threshold 1.2)
          (systems '("aarch64-linux" "armhf-linux"))
          (host-key
           "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIPf2f93c90oi9s9qGVGWC3sDgG7kEBvIEwR021NsfG+z 
root@overdrive")
@@ -206,6 +207,7 @@
          ;;dover
          (name "10.0.0.4")
          (user "hydra")
+         (overload-threshold 1.2)
          (systems '("aarch64-linux" "armhf-linux"))
          (host-key
           "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJLRYD5RXZ3Espe+Kv1SzZl8Qc3NZ356Bq+cGjnKsDHY 
root@linux")

Reply via email to