me
/
guix
Archived
1
0
Fork 0

ci: Temporarily disable image-jobs.

* gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
master
Mathieu Othacehe 2020-11-29 22:04:40 +01:00
parent 084695f1e8
commit a79041f0b5
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 1 deletions

View File

@ -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)