mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
Right now, archive_hwqual extracts the test image from image.zip. This dependency between archive_hwqual and the image zipfile is a bit of a landmine because it's currently undocumented and not tested by unit tests or the commit queue. Fortunately, we can remove this dependency, as the test image already lives in the image dir. This simplification also speeds up the archive stage by removing unnecessary unzipping. This CL teaches archive_hwqual to look in the image dir instead of re-extracting the test image from the image.zip file. This will allow me to later decouple the image.zip creation from the creation of the hwqual tarball. BUG=chromium-os:35331 CQ-DEPEND=CL:35590 TEST=canary remote trybot run. Change-Id: I5930f06f58a9b63afa9ab3445823ed9fd0c2a2e2 Reviewed-on: https://gerrit.chromium.org/gerrit/35588 Tested-by: David James <davidjames@chromium.org> Reviewed-by: Chris Sosa <sosa@chromium.org> Reviewed-by: Ryan Cui <rcui@chromium.org> Commit-Ready: David James <davidjames@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%