guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: cuirass: Add build products for the 'disar


From: Ludovic Courtès
Subject: branch master updated: hydra: cuirass: Add build products for the 'disarchive' jobset.
Date: Tue, 12 Oct 2021 09:54:22 -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 0eaa8b9  hydra: cuirass: Add build products for the 'disarchive' 
jobset.
0eaa8b9 is described below

commit 0eaa8b93f5e348cba2c6a3ff5dec2c6ac16aea3b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 12 15:53:09 2021 +0200

    hydra: cuirass: Add build products for the 'disarchive' jobset.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add
    'build-outputs' for "disarchive" job.  Increase period.
---
 hydra/modules/sysadmin/services.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 520093e..87e8582 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -291,7 +291,12 @@
                (specification
                 (name "disarchive")
                 (build '(manifests "etc/disarchive-manifest.scm"))
-                (period 7200)
+                (build-outputs
+                 (list (build-output
+                        (job "disarchive-collection")
+                        (type "archive")
+                        (path ""))))
+                (period (* 12 3600))
                 (priority 2)
                 (systems '("x86_64-linux"))))
             #~())



reply via email to

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