diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-12-01 09:33:16 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-12-01 09:33:16 +0100 |
commit | 98bf5ffe2d1da771544180562bee5b3adbe596ff (patch) | |
tree | 5234f71d98c0c7f3d4fc8f7dcc5931c2747dd2fa /gnu/ci.scm | |
parent | 50b18b5c10803a910cf29718e9c35261e65f5d93 (diff) | |
download | guix-98bf5ffe2d1da771544180562bee5b3adbe596ff.tar guix-98bf5ffe2d1da771544180562bee5b3adbe596ff.tar.gz |
Revert "ci: Temporarily disable image-jobs."
This reverts commit a79041f0b583ef3399bb46ac2a6c03a4db636573. The issue has
been fixed with 07a33b1d21e240781072352f93206cfdc765f907.
Diffstat (limited to 'gnu/ci.scm')
-rw-r--r-- | gnu/ci.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index a7ed733bb5..5548d9560e 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -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) |