guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ci: Temporarily disable image-jobs.


From: guix-commits
Subject: branch master updated: ci: Temporarily disable image-jobs.
Date: Sun, 29 Nov 2020 16:06:24 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a79041f  ci: Temporarily disable image-jobs.
a79041f is described below

commit a79041f0b583ef3399bb46ac2a6c03a4db636573
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Nov 29 22:04:40 2020 +0100

    ci: Temporarily disable image-jobs.
    
    * gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
---
 gnu/ci.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5548d95..a7ed733 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -544,7 +544,9 @@ Return #f if no such checkout is found."
                                   (package->job store package
                                                 system))))
                        (append (filter-map job all)
-                               (image-jobs store system)
+                               ;; Disable until
+                               ;; https://issues.guix.gnu.org/44952 is fixed.
+                               ;(image-jobs store system)
                                (system-test-jobs store system
                                                  #:source source
                                                  #:commit commit)



reply via email to

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