tests icon indicating copy to clipboard operation
tests copied to clipboard

fw/arm64: speed up installation of UEFI image

Open jongwu opened this issue 3 years ago • 4 comments

Building UEFI image from source take at least 5 min. We can build it once and save it as backup then copy the UEFI image there to cancel the build in the following UEFI image installation.

Fixes: #5022 Signed-off-by: Jianyong Wu [email protected]

jongwu avatar Aug 12 '22 01:08 jongwu

/test-arm

jongwu avatar Aug 12 '22 01:08 jongwu

@jongwu, another possible approach would be to cache the UEFI as we do for the kernel / QEMU, and download the cached binary as part of the CI.

As the ARM CI is running on baremetal machines, your approach will do, but if we ever happen to have ARM VMs running, having it "downloadable" would be better.

fidencio avatar Aug 15 '22 09:08 fidencio

@jongwu, another possible approach would be to cache the UEFI as we do for the kernel / QEMU, and download the cached binary as part of the CI.

As the ARM CI is running on baremetal machines, your approach will do, but if we ever happen to have ARM VMs running, having it "downloadable" would be better.

Yes, cache UEFI at somewhere of net site is better. But I have nowhere to place it.

jongwu avatar Aug 16 '22 00:08 jongwu

Help TAL @fidencio @GabyCT. Thanks!

jongwu avatar Aug 22 '22 02:08 jongwu

/test

fidencio avatar Jul 14 '23 14:07 fidencio

/retest-arm-unit

fidencio avatar Jul 14 '23 16:07 fidencio

/test

cmaf avatar Jul 27 '23 16:07 cmaf