Revert "ci: Temporarily disable image-jobs."

This reverts commit a79041f0b5. The issue has
been fixed with 07a33b1d21.
This commit is contained in:
Mathieu Othacehe 2020-12-01 09:33:16 +01:00
parent 50b18b5c10
commit 98bf5ffe2d
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 3 deletions

View File

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