[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "ci: Temporarily disable image-jobs."
From: |
guix-commits |
Subject: |
branch master updated: Revert "ci: Temporarily disable image-jobs." |
Date: |
Tue, 01 Dec 2020 03:33:46 -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 98bf5ff Revert "ci: Temporarily disable image-jobs."
98bf5ff is described below
commit 98bf5ffe2d1da771544180562bee5b3adbe596ff
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Dec 1 09:33:16 2020 +0100
Revert "ci: Temporarily disable image-jobs."
This reverts commit a79041f0b583ef3399bb46ac2a6c03a4db636573. The issue has
been fixed with 07a33b1d21e240781072352f93206cfdc765f907.
---
gnu/ci.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/ci.scm b/gnu/ci.scm
index a7ed733..5548d95 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "ci: Temporarily disable image-jobs.",
guix-commits <=