GNU bug report logs -
#60373
Kernel job for Cuirass
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Wed, 28 Dec 2022 02:23:02 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 60373 <at> debbugs.gnu.org (full text, mbox):
Can the build field actually contain this kind of list?
Should it contain system-tests? Normally they only run on x86_64, but
this would run them for all systems.
* hydra/modules/sysadmin/services.scm (cuirass-specs): Add
'kernel-updates' jobset.
---
hydra/modules/sysadmin/services.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/hydra/modules/sysadmin/services.scm b/hydra/modules/sysadmin/services.scm
index d0c5b24..8d143ad 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -2,6 +2,7 @@
;;;
;;; Copyright © 2016-2022 Ludovic Courtès <ludo <at> gnu.org>
;;; Copyright © 2017, 2018, 2020, 2022 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2022 Leo Famulari <leo <at> famulari.name>
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -347,6 +348,14 @@
(branch "core-updates"))))
(priority 4)
(systems '#$systems)))
+ #~())
+ #$@(if (member "kernel-updates" branches)
+ #~((specification
+ (name "kernel-updates")
+ (build '(images system-tests (manifests "etc/kernels-manifest.scm")))
+ (period 7200)
+ (priority 2)
+ (systems '#$systems)))
#~())))
--
2.38.1
This bug report was last modified 2 years and 134 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.