Module: Mesa Branch: main Commit: fdd51ef5840f7e8f9f06d3acb6b76111be08501b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdd51ef5840f7e8f9f06d3acb6b76111be08501b
Author: Guilherme Gallo <guilherme.ga...@collabora.com> Date: Wed Oct 25 23:56:37 2023 -0300 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 <guilherme.ga...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25912> --- .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]: """