guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: cuirass: Add jobset for testing Go languag


From: Leo Famulari
Subject: branch master updated: hydra: cuirass: Add jobset for testing Go language updates.
Date: Tue, 07 Mar 2023 17:34:23 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new bec8c7e  hydra: cuirass: Add jobset for testing Go language updates.
bec8c7e is described below

commit bec8c7e2c25e49d12b9138b58a3be061677e0e8b
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Mar 6 11:23:59 2023 -0500

    hydra: cuirass: Add jobset for testing Go language updates.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add 'go-team'.
---
 hydra/modules/sysadmin/services.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 39a1ea6..fd60f4d 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -356,6 +356,15 @@ collection instead."
                 (period (* 12 3600))
                 (priority 2)
                 (systems '("x86_64-linux" "i686-linux")))
+              (specification
+                (name "go-team")
+                (build 'all)
+                (channels
+                 (list (channel
+                        (inherit %default-guix-channel)
+                        (branch "wip-go-updates"))))
+                (priority 4)
+                (systems '#$systems))
               (specification
                 (name "rust-team")
                 (build 'all)



reply via email to

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