guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add Rust team to Cuirass.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Add Rust team to Cuirass.
Date: Thu, 02 Mar 2023 10:40:39 -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 8292823  hydra: services: Add Rust team to Cuirass.
8292823 is described below

commit 8292823c1ed8fd796843be23a84ba0e284248f8d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Mar 2 16:39:31 2023 +0100

    hydra: services: Add Rust team to Cuirass.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add it.
---
 hydra/modules/sysadmin/services.scm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index b0cae94..334986b 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -355,7 +355,16 @@ collection instead."
                 (build '(manifests "etc/time-travel-manifest.scm"))
                 (period (* 12 3600))
                 (priority 2)
-                (systems '("x86_64-linux" "i686-linux"))))
+                (systems '("x86_64-linux" "i686-linux")))
+              (specification
+                (name "rust-team")
+                (build 'all)
+                (channels
+                 (list (channel
+                        (inherit %default-guix-channel)
+                        (branch "rust-team"))))
+                (priority 4)
+                (systems '#$systems)))
             #~())
      #$@(if (member "staging" branches)
             #~((specification



reply via email to

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