ci/lava: SSH tweaks

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35126>
This commit is contained in:
Guilherme Gallo
2025-02-13 01:22:33 -03:00
committed by Marge Bot
parent b16ed16d75
commit bfca9fbbb3
4 changed files with 10 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ variables:
ALPINE_X86_64_BUILD_TAG: "20250423-rootfs"
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250529-modules"
ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250603-ssh-tweaks"
FEDORA_X86_64_BUILD_TAG: "20250423-rootfs"

View File

@@ -77,7 +77,9 @@ lava_ssh_test_case() {
shift
lava-test-case \"${test_case}\" --shell \\
ssh ${SSH_PTY_ARGS:--T} \\
-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \\
-o StrictHostKeyChecking=no \\
-o UserKnownHostsFile=/dev/null \\
-o ConnectTimeout=60 \\
root@$(lava-target-ip) \"${@}\"
}""",
]

View File

@@ -125,7 +125,9 @@ actions:
shift
lava-test-case "${test_case}" --shell \
ssh ${SSH_PTY_ARGS:--T} \
-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
-o ConnectTimeout=60 \
root@$(lava-target-ip) "${@}"
}
- lava_ssh_test_case 'wait_for_dut_login' << EOF

View File

@@ -96,7 +96,9 @@ actions:
shift
lava-test-case "${test_case}" --shell \
ssh ${SSH_PTY_ARGS:--T} \
-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
-o ConnectTimeout=60 \
root@$(lava-target-ip) "${@}"
}
- lava_ssh_test_case 'wait_for_dut_login' << EOF