2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: machines-for-berlin: Increase overload-threshold for the overdrives.

* hydra/machines-for-berlin (overdrive): Increase the overload-threshold.
This commit is contained in:
Mathieu Othacehe 2021-05-01 18:54:21 +02:00
parent f0af4df47f
commit e518b5a39f
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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")