2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: cuirass: Add "time-travel" jobset.

* hydra/modules/sysadmin/services.scm (cuirass-specs): Add 'time-travel' jobset.
This commit is contained in:
Ludovic Courtès 2022-07-11 17:34:00 +02:00
parent 196f062675
commit 30c1930dd7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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