guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: cuirass: Add "time-travel" jobset.


From: Ludovic Courtès
Subject: 01/02: hydra: cuirass: Add "time-travel" jobset.
Date: Mon, 11 Jul 2022 11:52:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 30c1930dd710d8503b2a69934fdf68d21d3ca419
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 11 17:34:00 2022 +0200

    hydra: cuirass: Add "time-travel" jobset.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add 'time-travel' 
jobset.
---
 hydra/modules/sysadmin/services.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 18161cc..f1640d2 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix system administration tools.
 ;;;
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ludovic Courtès 
<ludo@gnu.org>
 ;;; Copyright © 2017, 2018, 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
@@ -304,7 +304,13 @@
                         (path ""))))
                 (period (* 12 3600))
                 (priority 2)
-                (systems '("x86_64-linux"))))
+                (systems '("x86_64-linux")))
+               (specification
+                (name "time-travel")
+                (build '(manifests "etc/time-travel-manifest.scm"))
+                (period (* 12 3600))
+                (priority 2)
+                (systems '("x86_64-linux" "i686-linux"))))
             #~())
      #$@(if (member "staging" branches)
             #~((specification



reply via email to

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