[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: Explicit that the BeagleBoards are of the
From: |
Maxim Cournoyer |
Subject: |
branch master updated: hydra: Explicit that the BeagleBoards are of the X15 model. |
Date: |
Tue, 27 Apr 2021 22:00:13 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new ccdb40a hydra: Explicit that the BeagleBoards are of the X15 model.
ccdb40a is described below
commit ccdb40a7ecf9819d03a539c8f68cce59d7346d46
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 27 21:55:28 2021 -0400
hydra: Explicit that the BeagleBoards are of the X15 model.
Also mention the CPU they use and the amount of physical memory they
have. Likewise for the Softiron Overdrive 1000.
* hydra/machines-for-berlin.scm (overdrive): Mention CPU model and RAM.
(armv7): Likewise for the BeagleBoard.
---
hydra/machines-for-berlin.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 6edfe18..9f6114f 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -191,7 +191,8 @@
(define overdrive
;; The SoftIron OverDrive 1000 donated by ARM:
- ;; <https://softiron.com/development-tools/overdrive-1000/>.
+ ;; CPU: AMD A1100 (4 Cortex A57 cores)
+ ;; RAM: 8 GB
(list (build-machine
;; 91.160.117.201 or 2a01:e0a:1d:7270:af76:b9b:ca24:c465
(name "overdrive1.guix.gnu.org")
@@ -253,7 +254,9 @@
(define armv7
(list
- ;; BeagleBoard (2 cores) kindly hosted by Simon Josefsson.
+ ;; BeagleBoard X15 kindly hosted by Simon Josefsson.
+ ;; CPU: Cortex A15 (2 cores)
+ ;; RAM: 2 GB
(build-machine
(name "10.0.0.5") ;guix-x15
(user "hydra")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: Explicit that the BeagleBoards are of the X15 model.,
Maxim Cournoyer <=