From 5cde06b7b1f41d469106f5d4fdc302e2d91db03c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 21 Aug 2025 17:52:49 +0200 Subject: [PATCH] ci-tron: drop meaningless timestamp in initial section message Part-of: --- .gitlab-ci/ci-tron/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/ci-tron/gitlab-ci.yml b/.gitlab-ci/ci-tron/gitlab-ci.yml index ddde35cfb6a..fa6eb7e2463 100644 --- a/.gitlab-ci/ci-tron/gitlab-ci.yml +++ b/.gitlab-ci/ci-tron/gitlab-ci.yml @@ -54,7 +54,7 @@ done # Open a section that will be closed by b2c - echo -e "\n\e[0Ksection_start:`date +%s`:b2c_kernel_boot[collapsed=true]\r\e[0K\e[0;36m[$(cut -d ' ' -f1 /proc/uptime)]: Submitting the CI-tron job and booting the DUT\e[0m\n" + echo -e "\n\e[0Ksection_start:`date +%s`:b2c_kernel_boot[collapsed=true]\r\e[0K\e[0;36mSubmitting the CI-tron job and booting the DUT\e[0m\n" # Anything our job places in results/ will be collected by the # Gitlab coordinator for status presentation. results/junit.xml