guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add "images", "tarball" and "tes


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Add "images", "tarball" and "tests" Cuirass specs.
Date: Sun, 11 Apr 2021 12:45:53 -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 6131023  hydra: services: Add "images", "tarball" and "tests" Cuirass 
specs.
6131023 is described below

commit 6131023239f84b2c588365ffcbef2f8c945917e6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Apr 11 18:42:34 2021 +0200

    hydra: services: Add "images", "tarball" and "tests" Cuirass specs.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add "images", 
"tarball"
    and "tests" Cuirass specs.
---
 hydra/modules/sysadmin/services.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 6f4fb7b..393f3cb 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -242,6 +242,12 @@
                (specification
                 (name "master")
                 (build 'all)
+                (notifications #$(cuirass-notifications))
+                (priority 2)
+                (systems '#$systems))
+               (specification
+                (name "images")
+                (build 'images)
                 (build-outputs
                  (list
                   (build-output
@@ -258,6 +264,21 @@
                        "pine64-barebones-raw-image"
                        "pinebook-pro-barebones-raw-image"))))
                 (notifications #$(cuirass-notifications))
+                (period 86400)
+                (priority 2)
+                (systems '#$systems))
+               (specification
+                (name "tarball")
+                (build 'tarball)
+                (notifications #$(cuirass-notifications))
+                (period 86400)
+                (priority 2)
+                (systems '#$systems))
+               (specification
+                (name "tests")
+                (build 'system-tests)
+                (notifications #$(cuirass-notifications))
+                (period 86400)
                 (priority 2)
                 (systems '#$systems)))
             #~())



reply via email to

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