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.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25912>
This commit is contained in:
parent
654f7f783f
commit
fdd51ef584
1 changed files with 1 additions and 4 deletions
|
|
@ -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]:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue