Skip to content

Conversation

quic-ylal
Copy link
Contributor

…line

Enable ramdisk-based kselftest pipeline on Qualcomm lab devices by overlaying kselftest artifacts from KernelCI onto the ramdisk using the LAVA deploy schema.

…line

Enable ramdisk-based kselftest pipeline on Qualcomm lab devices by
overlaying kselftest artifacts from KernelCI onto the ramdisk using
the LAVA deploy schema.

Signed-off-by: Yogesh Lal <[email protected]>
{% set dtb = device_dtb.split('/')[-1] %}
{% if boot_commands == "ramdisk" %}
{% set ramdisk_name = "rootfs.cpio.gz" %}
{% else %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any mistake here? Looks like ramdisk_name is set to "rootfs.cpio.gz" in both branches

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For ramdisk I am using deb rootfs at https://github.com/kernelci/kernelci-pipeline/pull/1311/files#diff-0d6e66a7f63462c3092ba3640ea7f1f1232dde1f6757ebf71156a034fee43b14R1572 , as of now it rootfs.cpio.gz but keeping it future ready for name change for example full-rootfs.cpio.gz or something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants