Skip to content

[CI] Limit printout of scripts in CI console

Some of the scripts used in CI per default do a lot of printouts. This can lead to jobs exceeding gitlab's limits in their console log window. Any subsequent printout is omitted which can make it difficult to find the cause of a failure afterwards. Using a different verbosity level in the scripts prevents this problem.

Merge request reports

Loading