gitlab: add FF_SCRIPT_SECTIONS for timings
Suggested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20230124180127.1881110-3-alex.bennee@linaro.org>
This commit is contained in:
parent
69c4befba1
commit
075d909d04
@ -6,6 +6,11 @@
|
|||||||
# most restrictive to least restrictive
|
# most restrictive to least restrictive
|
||||||
#
|
#
|
||||||
.base_job_template:
|
.base_job_template:
|
||||||
|
variables:
|
||||||
|
# Each script line from will be in a collapsible section in the job output
|
||||||
|
# and show the duration of each line.
|
||||||
|
FF_SCRIPT_SECTIONS: 1
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
#############################################################
|
#############################################################
|
||||||
# Stage 1: exclude scenarios where we definitely don't
|
# Stage 1: exclude scenarios where we definitely don't
|
||||||
|
Loading…
Reference in New Issue
Block a user