mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 02:20:11 +01:00
ci/fastboot: use gzipped Image to avoid compressing on the runner
Faster download, one less step. Win-win. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23816>
This commit is contained in:
parent
7d3c29dc60
commit
d7ec6f1724
2 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ def generate_lava_yaml_payload(args) -> dict[str, Any]:
|
||||||
"docker": {
|
"docker": {
|
||||||
"image": "registry.gitlab.collabora.com/lava/health-check-docker",
|
"image": "registry.gitlab.collabora.com/lava/health-check-docker",
|
||||||
"steps": [
|
"steps": [
|
||||||
"gzip Image",
|
|
||||||
f"cat Image.gz {args.dtb_filename}.dtb > Image.gz+dtb",
|
f"cat Image.gz {args.dtb_filename}.dtb > Image.gz+dtb",
|
||||||
"mkbootimg --kernel Image.gz+dtb"
|
"mkbootimg --kernel Image.gz+dtb"
|
||||||
+ ' --cmdline "root=/dev/nfs rw nfsroot=$NFS_SERVER_IP:$NFS_ROOTFS,tcp,hard rootwait ip=dhcp init=/init"'
|
+ ' --cmdline "root=/dev/nfs rw nfsroot=$NFS_SERVER_IP:$NFS_ROOTFS,tcp,hard rootwait ip=dhcp init=/init"'
|
||||||
|
|
|
||||||
|
|
@ -263,6 +263,7 @@ a618-traces-performance:
|
||||||
.lava-sm8350-hdk:
|
.lava-sm8350-hdk:
|
||||||
variables:
|
variables:
|
||||||
BOOT_METHOD: fastboot
|
BOOT_METHOD: fastboot
|
||||||
|
KERNEL_IMAGE_NAME: "Image.gz"
|
||||||
KERNEL_IMAGE_TYPE: ""
|
KERNEL_IMAGE_TYPE: ""
|
||||||
# Increase the hangcheck timer for our spilling tests which bump up against
|
# Increase the hangcheck timer for our spilling tests which bump up against
|
||||||
# the .5s default.
|
# the .5s default.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue