From fdd51ef5840f7e8f9f06d3acb6b76111be08501b Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Wed, 25 Oct 2023 23:56:37 -0300 Subject: [PATCH] ci/lava: Enable SSH by default in fastboot devices It is only applied in Collabora farm, since we still haven't seen many UART hangs in Lima farm. Signed-off-by: Guilherme Gallo Part-of: --- .gitlab-ci/lava/utils/lava_job_definition.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci/lava/utils/lava_job_definition.py b/.gitlab-ci/lava/utils/lava_job_definition.py index e50514c71e8..5db68eb0d67 100644 --- a/.gitlab-ci/lava/utils/lava_job_definition.py +++ b/.gitlab-ci/lava/utils/lava_job_definition.py @@ -41,10 +41,7 @@ class LAVAJobDefinition: # which is required to follow the job in a SSH section current_farm = get_lava_farm() - # SSH job definition still needs to add support for fastboot. - job_uses_fastboot: bool = self.job_submitter.boot_method == "fastboot" - - return current_farm == LavaFarm.COLLABORA and not job_uses_fastboot + return current_farm == LavaFarm.COLLABORA def generate_lava_yaml_payload(self) -> dict[str, Any]: """