ci: pre-collapse GitLab CI sections
commit7789ea584232770210f169505b27eb1381b9c3b0
authorJustin Tobler <jltobler@gmail.com>
Fri, 3 May 2024 17:21:03 +0000 (3 12:21 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 May 2024 19:11:49 +0000 (3 12:11 -0700)
tree14602abdc1fd1c3f0d3fa32198d13f486de86865
parent786a3e4b8d754d2b14b1208b98eeb0a554ef19a8
ci: pre-collapse GitLab CI sections

Sections of CI output defined by `begin_group()` and `end_group()` are
expanded in GitLab pipelines by default. This can make CI job output
rather noisy and harder to navigate. Update the behavior for GitLab
pipelines to now collapse sections by default.

Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/lib.sh