guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: cuirass: Remove broken kernel-updates-imag


From: Leo Famulari
Subject: branch master updated: hydra: cuirass: Remove broken kernel-updates-images jobset.
Date: Sat, 18 Mar 2023 17:57:38 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new f7995b9  hydra: cuirass: Remove broken kernel-updates-images jobset.
f7995b9 is described below

commit f7995b9816d50d117e47d8a2edf02a16a063201f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Mar 18 17:54:57 2023 -0400

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]