From eabd22e7ab223d2cb2ac379ee285c6ce91897219 Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Mon, 3 Apr 2023 22:05:21 -0300 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/container/create-rootfs.sh | 1 + .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/container/create-rootfs.sh b/.gitlab-ci/container/create-rootfs.sh index e36a0e65923..f2972fb975a 100644 --- a/.gitlab-ci/container/create-rootfs.sh +++ b/.gitlab-ci/container/create-rootfs.sh @@ -62,6 +62,7 @@ apt-get -y install --no-install-recommends \ bash \ ca-certificates \ curl \ + dropbear \ firmware-realtek \ initramfs-tools \ jq \ diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index e1c85b610b9..2aa731e1d3a 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -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"