guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: cuirass: Update jobset specifications.


From: Andreas Enge
Subject: branch master updated: hydra: cuirass: Update jobset specifications.
Date: Tue, 25 Apr 2023 10:41:47 -0400

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

andreas pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 1677fa1  hydra: cuirass: Update jobset specifications.
1677fa1 is described below

commit 1677fa1bdfee715806f04391fe35bd527c9bc577
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Apr 25 16:39:00 2023 +0200

    hydra: cuirass: Update jobset specifications.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Merge
    guix-other-archs into guix. Remove staging, core-updates and
    kernel-updates-system-tests.
---
 hydra/modules/sysadmin/services.scm | 40 ++++---------------------------------
 1 file changed, 4 insertions(+), 36 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 3d6210a..38d19bd 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2017, 2018, 2020, 2022 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2022 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
 ;;;
 ;;; 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
@@ -279,9 +280,8 @@ collection instead."
                 (build 'guix)
                 (notifications #$(cuirass-notifications))
                 (priority 1)
-                ;; All the supported architecture should go here but as some
-                ;; are quite unstable, focus on the well supported ones here.
-                (systems '("x86_64-linux" "i686-linux")))
+                (systems '("x86_64-linux" "i686-linux"
+                           "aarch64-linux" "powerpc64le-linux")))
                (specification
                 (name "guix-other-archs")
                 (build 'guix)
@@ -366,28 +366,6 @@ collection instead."
                 (priority 4)
                 (systems '#$systems)))
             #~())
-     #$@(if (member "staging" branches)
-            #~((specification
-                (name "staging")
-                (build 'all)
-                (channels
-                 (list (channel
-                        (inherit %default-guix-channel)
-                        (branch "staging"))))
-                (priority 3)
-                (systems '#$systems)))
-            #~())
-     #$@(if (member "core-updates" branches)
-            #~((specification
-                (name "core-updates")
-                (build 'core)
-                (channels
-                 (list (channel
-                        (inherit %default-guix-channel)
-                        (branch "core-updates"))))
-                (priority 4)
-                (systems '#$systems)))
-            #~())
      #$@(if (member "kernel-updates" branches)
             #~((specification
                 (name "kernel-updates")
@@ -398,17 +376,7 @@ collection instead."
                         (branch "kernel-updates"))))
                 (period 7200)
                 (priority 2)
-                (systems '#$systems))
-               (specification
-                (name "kernel-updates-system-tests")
-                (build 'system-tests)
-                (channels
-                 (list (channel
-                        (inherit %default-guix-channel)
-                        (branch "kernel-updates"))))
-                (period 7200)
-                (priority 2)
-                (systems '("x86_64-linux"))))
+                (systems '#$systems)))
             #~())
 
      ;; Bonus specs: projects other than Guix.



reply via email to

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