ci: Do not limit disk-image size.
authorMathieu Othacehe <othacehe@gnu.org>
Mon, 29 Jun 2020 15:22:11 +0000 (17:22 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Mon, 29 Jun 2020 15:24:36 +0000 (17:24 +0200)
Installation tests are already checking the disk-image size. Do not set
another limit here.

* gnu/ci.scm (image-jobs): Do not limit disk-image size.

gnu/ci.scm

index 834e0f1..af0bb66 100644 (file)
@@ -229,7 +229,6 @@ system.")
                 (build-image
                  (image
                   (inherit efi-disk-image)
-                  (size (* 1500 MiB))
                   (operating-system installation-os))))
         ,(->job 'iso9660-image
                 (build-image