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'.
This commit is contained in:
Leo Famulari 2023-03-18 17:54:57 -04:00
parent 34fe99d23b
commit f7995b9816
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 0 additions and 10 deletions

View File

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