mesa/.gitlab-ci/lava
Guilherme Gallo ee2278de65 ci/lava: Fix Gitlab Section markers
LAVA is mangling the escape codes from ANSI during log fetching from the
target device, making the gitlab section markers from deqp, for example,
to not work, inputting noise into the log.

This commit makes the simplest fix which is to replace the mangled
characters to the fixed ones.

This approach is error-prone, since it may unwittingly replace a genuine
log that resembles the mangled escape code. But this solution should
suffice until we get a proper fix from LAVA team itself.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16520>
2022-05-23 16:51:47 +00:00
..
exceptions.py ci/lava: Retry when data fetching log RPC call is corrupted 2022-04-28 06:33:46 +00:00
lava-gitlab-ci.yml ci: Allow specifying a different kernel in LAVA jobs 2022-04-13 07:34:36 +00:00
lava-pytest.sh ci: Add unit tests for lava_job_submitter 2022-02-16 23:32:39 +00:00
lava-submit.sh ci/lava: Improve exception handling 2022-04-28 06:33:46 +00:00
lava_job_submitter.py ci/lava: Fix Gitlab Section markers 2022-05-23 16:51:47 +00:00