mesa/.gitlab-ci/tests
Guilherme Gallo e00281f6da ci/lava: Fix colored LAVA outputs
LAVA is mangling the escape codes from ANSI during log fetching from the
target device, making the colored lines from deqp, for example, to not
work, inputting noise into the log.

This commit makes the most straightforward 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 developers itself.

Fixes: #5503

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
..
lava ci/lava: Improve exception handling 2022-04-28 06:33:46 +00:00
__init__.py ci: Add unit tests for lava_job_submitter 2022-02-16 23:32:39 +00:00
test_lava_job_submitter.py ci/lava: Fix colored LAVA outputs 2022-05-23 16:51:47 +00:00