guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: cuirass: Add the "source" and "disarchive"


From: Ludovic Courtès
Subject: branch master updated: hydra: cuirass: Add the "source" and "disarchive" jobsets.
Date: Fri, 08 Oct 2021 09:21:27 -0400

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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 7a43f18  hydra: cuirass: Add the "source" and "disarchive" jobsets.
7a43f18 is described below

commit 7a43f18f49e62cd207bb798e14152ba1eb53a0e3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Oct 8 15:20:51 2021 +0200

    hydra: cuirass: Add the "source" and "disarchive" jobsets.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add the "source"
    and "disarhive" jobsets.
---
 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 7a7c30a..520093e 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -281,6 +281,18 @@
                 (notifications #$(cuirass-notifications))
                 (period 86400)
                 (priority 2)
+                (systems '("x86_64-linux")))
+               (specification
+                (name "source")
+                (build '(manifests "etc/source-manifest.scm"))
+                (period 7200)
+                (priority 3)
+                (systems '("x86_64-linux")))
+               (specification
+                (name "disarchive")
+                (build '(manifests "etc/disarchive-manifest.scm"))
+                (period 7200)
+                (priority 2)
                 (systems '("x86_64-linux"))))
             #~())
      #$@(if (member "staging" branches)



reply via email to

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