[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: services: Disable Cuirass notification to
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: services: Disable Cuirass notification to address@hidden. |
Date: |
Fri, 06 Oct 2023 05:26:19 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 8fa8d6a hydra: services: Disable Cuirass notification to
guix-ci@gnu.org.
8fa8d6a is described below
commit 8fa8d6affb7702fa81c795de5625c7b7938fae85
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Oct 6 11:16:46 2023 +0200
hydra: services: Disable Cuirass notification to guix-ci@gnu.org.
This is not used and probably not the right approach.
* hydra/modules/sysadmin/services.scm (cuirass-notifications): Remove it.
(cuirass-specs): Remove notifications.
---
hydra/modules/sysadmin/services.scm | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index 95b4987..a64ce3a 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -267,12 +267,6 @@ collection instead."
(path "")))
jobs))
-(define (cuirass-notifications)
- #~(list (email
- (from "cuirass@gnu.org")
- (to "guix-ci@gnu.org")
- (server "sendmail:///var/cuirass/cuirass-mailer"))))
-
(define (cuirass-specs branches systems)
"Return the Cuirass specifications to build Guix for the given SYSTEMS."
#~(list
@@ -280,21 +274,18 @@ collection instead."
#~((specification
(name "guix")
(build 'guix)
- (notifications #$(cuirass-notifications))
(priority 1)
(systems '("x86_64-linux" "i686-linux"
"aarch64-linux" "powerpc64le-linux")))
(specification
(name "guix-other-archs")
(build 'guix)
- (notifications #$(cuirass-notifications))
(priority 1)
;; Restore armhf-linux when it is fixed.
(systems '("aarch64-linux" "powerpc64le-linux")))
(specification
(name "master")
(build 'all)
- (notifications #$(cuirass-notifications))
(priority 2)
(systems '#$systems))
(specification
@@ -311,7 +302,6 @@ collection instead."
"hurd-barebones.qcow2"
"pine64-barebones-raw-image"
"pinebook-pro-barebones-raw-image"))))
- (notifications #$(cuirass-notifications))
(period 86400)
(priority 3)
(systems '#$systems))
@@ -324,14 +314,12 @@ collection instead."
(job "binary-tarball*")
(type "archive")
(path ""))))
- (notifications #$(cuirass-notifications))
(period 86400)
(priority 3)
(systems '#$systems))
(specification
(name "tests")
(build 'system-tests)
- (notifications #$(cuirass-notifications))
(period 86400)
(priority 3)
(systems '("x86_64-linux")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: services: Disable Cuirass notification to address@hidden.,
Mathieu Othacehe <=