mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
cros_make_image_bootable is called up to 4 times in a typical workflow. The fsck check can take up to a minute or more because it first copies 2G of the image to run the fsck on. It adds several minutes to the build. The check itself is just a sanity check that shouldn't trigger in normal builds. BUG=none TEST=build_image Change-Id: I86512f7efc67027fe687f0c0ad8f6df32579dbe2 Reviewed-on: http://gerrit.chromium.org/gerrit/2250 Reviewed-by: Gaurav Shah <gauravsh@chromium.org> Reviewed-by: David James <davidjames@chromium.org> Tested-by: Antoine Labour <piman@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%