From f7995b9816d50d117e47d8a2edf02a16a063201f Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 18 Mar 2023 17:54:57 -0400 Subject: [PATCH] hydra: cuirass: Remove broken kernel-updates-images jobset. This jobset doesn't help test the new kernel versions because the Cuirass system on berlin.gnu.org doesn't reliably build images, failing with "missing derivation" errors like this: ------ cannot build missing derivation ?/gnu/store/hs6kp1lqgymhyp3jndc0dsp0pn4psgv0-gui-installed-desktop-os-encrypted.drv? ------ This is bug #54447: https://issues.guix.gnu.org/54447 * hydra/modules/sysadmin/services.scm (cuirass-specs): Remove 'kernel-updates-images'. --- hydra/modules/sysadmin/services.scm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hydra/modules/sysadmin/services.scm b/hydra/modules/sysadmin/services.scm index fd60f4d..1c25bc9 100644 --- a/hydra/modules/sysadmin/services.scm +++ b/hydra/modules/sysadmin/services.scm @@ -408,16 +408,6 @@ collection instead." (period 7200) (priority 2) (systems '#$systems)) - (specification - (name "kernel-updates-images") - (build 'images) - (channels - (list (channel - (inherit %default-guix-channel) - (branch "kernel-updates")))) - (period 7200) - (priority 2) - (systems '#$systems)) (specification (name "kernel-updates-system-tests") (build 'system-tests)