| Index: bin/cbuildbot.py
|
| diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
|
| index ea082b651a8bb27b859d3afcf4a4e3de5e2755ab..721dd7057353eb568c6f811f92316407614f7935 100755
|
| --- a/bin/cbuildbot.py
|
| +++ b/bin/cbuildbot.py
|
| @@ -426,7 +426,7 @@ def _ArchiveTestResults(buildroot, board, archive_dir, test_results_dir):
|
| image_name = 'chromiumos_qemu_image.bin'
|
| image_path = os.path.join(buildroot, 'src', 'build', 'images', board,
|
| 'latest', image_name)
|
| - RunCommand(['gzip', '-f', image_path])
|
| + RunCommand(['gzip', '-f', '--fast', image_path])
|
| shutil.copyfile(image_path + '.gz', os.path.join(archive_target,
|
| image_name + '.gz'))
|
|
|
|
|