mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
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:
parent
25e84016d6
commit
eabd22e7ab
2 changed files with 2 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ apt-get -y install --no-install-recommends \
|
|||
bash \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dropbear \
|
||||
firmware-realtek \
|
||||
initramfs-tools \
|
||||
jq \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue