ci/lava: Rename lava_boot section

'LAVA boot' is less meaningful to normal people than explaining that
we're booting the hardware device under test.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
This commit is contained in:
Daniel Stone 2024-09-02 13:32:17 +01:00
parent 964b979131
commit 837004fa26
2 changed files with 4 additions and 4 deletions

View File

@ -256,8 +256,8 @@ def wait_for_job_get_started(job, attempt_no):
def bootstrap_log_follower() -> LogFollower:
gl = GitlabSection(
id="lava_boot",
header="LAVA boot",
id="dut_boot",
header="Booting hardware device",
type=LogSectionType.LAVA_BOOT,
start_collapsed=True,
)

View File

@ -387,8 +387,8 @@ A618_NETWORK_ISSUE_SCENARIOS = {
)
def test_detect_failure(messages, expectation):
boot_section = GitlabSection(
id="lava_boot",
header="LAVA boot",
id="dut_boot",
header="Booting hardware device",
type=LogSectionType.LAVA_BOOT,
start_collapsed=True,
)