ci/lava: Add SSH support in rootfs

We need SSH servers running inside the DUTs to establish a new channel
of communication between LAVA dispatcher and the DUT, to be able to
workaround UART hanging issue that are occurring in some chromeos
devices.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22870>
This commit is contained in:
Guilherme Gallo
2023-04-03 22:05:21 -03:00
committed by Marge Bot
parent 25e84016d6
commit eabd22e7ab
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ apt-get -y install --no-install-recommends \
bash \
ca-certificates \
curl \
dropbear \
firmware-realtek \
initramfs-tools \
jq \

View File

@@ -21,7 +21,7 @@ variables:
ALPINE_X86_BUILD_TAG: "2023-03-20-3.17-bump"
FEDORA_X86_BUILD_TAG: "2023-04-26-rusticl"
KERNEL_ROOTFS_TAG: "2023-05-18-libva-utils-2.18.1"
KERNEL_ROOTFS_TAG: "2023-05-18-lava_ssh"
WINDOWS_X64_VS_PATH: "windows/x64_vs"
WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"