diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-11-29 22:04:40 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-11-29 22:05:20 +0100 |
commit | a79041f0b583ef3399bb46ac2a6c03a4db636573 (patch) | |
tree | 5ceca86648562db72b7f15679e094d9aae920bfd | |
parent | 084695f1e8eb5843c01449af3db79b607c4cc2dd (diff) |
ci: Temporarily disable image-jobs.
* gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
-rw-r--r-- | gnu/ci.scm | 4 |
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) |