]> git.proxmox.com Git - mirror_qemu.git/commit
gitlab: disable FF_SCRIPT_SECTIONS on msys jobs
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 1 Aug 2023 13:04:03 +0000 (14:04 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 3 Aug 2023 11:04:48 +0000 (13:04 +0200)
commitf54ba56dad0e9cea275e9802915a293f1a8c7d22
tree1c98fda820c032aa8c684d39e717aaa361eb189d
parent63f5365cd4a86b3e1311093c01e9ab01b37acee0
gitlab: disable FF_SCRIPT_SECTIONS on msys jobs

The FF_SCRIPT_SECTIONS=1 variable should ordinarily cause output from
each line of the job script to be presented in a collapsible section
with execution time listed.

While it works on Linux shared runners, when used with Windows runners
with PowerShell, this option does not create any sections, and actually
causes echo'ing of commands to be disabled, making it even worse to
debug the jobs.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230801130403.164060-9-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/windows.yml