[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60373] [PATCH] hydra: cuirass: Add 'kernel-updates' jobset.
From: |
Leo Famulari |
Subject: |
[bug#60373] [PATCH] hydra: cuirass: Add 'kernel-updates' jobset. |
Date: |
Tue, 27 Dec 2022 21:29:24 -0500 |
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@gnu.org>
;;; Copyright © 2017, 2018, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2022 Leo Famulari <leo@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
[bug#60373] [PATCH v2] maint: Add a manifest for everything related to linux-libre., Leo Famulari, 2022/12/28