diff --git a/.gitlab-ci/lava/lava_job_submitter.py b/.gitlab-ci/lava/lava_job_submitter.py index e36707efaf9..4ffd7189eba 100755 --- a/.gitlab-ci/lava/lava_job_submitter.py +++ b/.gitlab-ci/lava/lava_job_submitter.py @@ -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, ) diff --git a/.gitlab-ci/tests/utils/test_lava_log.py b/.gitlab-ci/tests/utils/test_lava_log.py index 18a0af4e046..e42a9bef692 100644 --- a/.gitlab-ci/tests/utils/test_lava_log.py +++ b/.gitlab-ci/tests/utils/test_lava_log.py @@ -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, )