guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: overdrive: Add Cuirass worker support.


From: Mathieu Othacehe
Subject: branch master updated: hydra: overdrive: Add Cuirass worker support.
Date: Thu, 28 Jan 2021 11:06:44 -0500

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 7ac1536  hydra: overdrive: Add Cuirass worker support.
7ac1536 is described below

commit 7ac1536d4b1341bb2694c6e4be59f7c92cb3bbf1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 28 17:06:10 2021 +0100

    hydra: overdrive: Add Cuirass worker support.
    
    * hydra/overdrive.scm: Add Cuirass worker service.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 hydra/overdrive.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/overdrive.scm b/hydra/overdrive.scm
index 0f4e087..e5232ae 100644
--- a/hydra/overdrive.scm
+++ b/hydra/overdrive.scm
@@ -3,7 +3,7 @@
 ;; Released under the GNU GPLv3 or any later version.
 
 (use-modules (guix) (gnu))
-(use-service-modules networking mcron ssh)
+(use-service-modules cuirass networking mcron ssh)
 (use-package-modules screen ssh linux certs)
 
 (define (sysadmin name full-name)
@@ -93,6 +93,10 @@
                     (keep-baud? #t)
                     (term "vt220")
                     (baud-rate "115200,38400,9600")))
+          (service cuirass-remote-worker-service-type
+                   (cuirass-remote-worker-configuration
+                    (workers 2)
+                    (systems '("armhf-linux" "aarch64-linux"))))
 
           (service ntp-service-type)
 



reply via email to

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