summary refs log tree commit diff
path: root/gnu/ci.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-11-29 22:04:40 +0100
committerMathieu Othacehe <othacehe@gnu.org>2020-11-29 22:05:20 +0100
commita79041f0b583ef3399bb46ac2a6c03a4db636573 (patch)
tree5ceca86648562db72b7f15679e094d9aae920bfd /gnu/ci.scm
parent084695f1e8eb5843c01449af3db79b607c4cc2dd (diff)
downloadguix-a79041f0b583ef3399bb46ac2a6c03a4db636573.tar.gz
ci: Temporarily disable image-jobs.
* gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
Diffstat (limited to 'gnu/ci.scm')
-rw-r--r--gnu/ci.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5548d9560e..a7ed733bb5 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)