guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: cuirass: Add 'cuirass' jobset.


From: Ludovic Courtès
Subject: 02/02: hydra: cuirass: Add 'cuirass' jobset.
Date: Wed, 7 Jun 2023 09:12:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 9ce5631992b9430673e2ed11597ec8c2aec98228
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 7 15:10:08 2023 +0200

    hydra: cuirass: Add 'cuirass' jobset.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add 'cuirass'.
---
 hydra/modules/sysadmin/services.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 748d5a9..f591d01 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -410,6 +410,18 @@ collection instead."
                  "3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5"))))
              %default-guix-channel))
       (priority 5)
+      (systems '#$systems))
+
+     (specification
+      (name 'cuirass)
+      (build '(channels cuirass))
+      (channels
+       (list (channel
+              (name 'cuirass)
+              (url "https://git.savannah.gnu.org/git/guix/guix-cuirass.git";)
+              (branch "master"))
+             %default-guix-channel))
+      (priority 5)
       (systems '#$systems))))
 
 



reply via email to

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