guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Restrict system tests to x86_64-


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Restrict system tests to x86_64-linux.
Date: Tue, 13 Apr 2021 13:43: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 d28c89d  hydra: services: Restrict system tests to x86_64-linux.
d28c89d is described below

commit d28c89d478d5af4b6b12cb980cf5d321b4702ad8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Apr 13 19:41:58 2021 +0200

    hydra: services: Restrict system tests to x86_64-linux.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Restrict system tests
    to the x86_64-linux architecture. The situation on other architectures is 
for
    now too problematic to provide a valuable information.
---
 hydra/modules/sysadmin/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index eaa3264..4d8b48a 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -282,7 +282,7 @@
                 (notifications #$(cuirass-notifications))
                 (period 86400)
                 (priority 2)
-                (systems '#$systems)))
+                (systems '("x86_64-linux"))))
             #~())
      #$@(if (member "staging" branches)
             #~((specification



reply via email to

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