guix-commits
[Top][All Lists]
Advanced

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

03/03: hydra: berlin: Add the "guix-modular" jobset.


From: Ludovic Courtès
Subject: 03/03: hydra: berlin: Add the "guix-modular" jobset.
Date: Thu, 7 Jun 2018 06:12:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 4e199181bcc05fd9f433e7e343ddab22bd3215a0
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 7 12:04:12 2018 +0200

    hydra: berlin: Add the "guix-modular" jobset.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add
    "guix-modular".
---
 hydra/modules/sysadmin/services.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 9f39bda..fe368df 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -76,6 +76,20 @@
             (#:proc . cuirass-jobs)
 
             (#:arguments (subset . "all") (systems address@hidden))
+            (#:branch . "master"))
+
+          `((#:name . "guix-modular")
+            (#:url . "https://git.savannah.gnu.org/git/guix.git";)
+            (#:load-path . ".")
+
+            ;; This file is loaded relative to the checkout.
+            (#:file . "build-aux/cuirass/guix-modular.scm")
+
+            (#:no-compile? #t)      ;don't try to run ./bootstrap etc.
+
+            (#:proc . cuirass-jobs)
+
+            (#:arguments (systems address@hidden))
             (#:branch . "master"))))
 
 



reply via email to

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