From 62011e564cbecc8fa7551d3bf6ebd6f5778e472b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 25 Oct 2024 22:28:22 +0200 Subject: [PATCH] ci/b2c: make dut boot quieter on ci-tron jobs !31602 but for b2c jobs. Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 095424ba632..4435eb44029 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -309,6 +309,8 @@ yaml-toml-shell-test: - | set -eux + section_start b2c_kernel_boot "Booting hardware device" + # Useful as a hook point for runner admins. You may edit the # config.toml for the Gitlab runner and use a bind-mount to # populate the hook script with some executable commands. This