civodul pushed a commit to branch master
in repository maintenance.

commit 4fac6c13625341b54cdb6ea1fa7de1025ac625d6
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Sun Dec 15 17:00:36 2024 +0100

    hydra: services: Add ‘security-updates’ and ‘ungrafting’ jobsets.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add
    ‘security-updates’ and ‘ungrafting’ jobsets; double period for
    ‘time-travel’.
---
 hydra/modules/sysadmin/services.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index d9fd7fc0..9170b1cb 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -311,10 +311,22 @@ collection instead."
                 (period (* 12 3600))
                 (priority 2)
                 (systems '("x86_64-linux")))
+               (specification
+                (name "security-updates")
+                (build '(manifests "etc/manifests/upgrade.scm"))
+                (period (* 12 3600))
+                (priority 7)
+                (systems '("x86_64-linux" "i686-linux")))
+               (specification
+                (name "ungrafting")
+                (build '(manifests "etc/manifests/ungraft.scm"))
+                (period (* 12 3600))
+                (priority 6)
+                (systems '("x86_64-linux" "i686-linux")))
                (specification
                 (name "time-travel")
                 (build '(manifests "etc/manifests/time-travel.scm"))
-                (period (* 12 3600))
+                (period (* 24 3600))
                 (priority 3)
                 (systems '("x86_64-linux")))
               (specification

Reply via email to