mesa/bin/ci/test
Deborah Brouwer 6dc094decd ci: pipeline_message: ignore harmless build logs
Currently marge gets confused when parsing a build log and mistakes
innocuous lines that have the word "error" in them as actual issues.

Example:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31093#note_2705442
https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/1331453

Ignore lines with the word `error` in them that are not actual issues,
so that marge can provide more useful comments.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32773>
2025-01-07 05:08:09 +00:00
..
requirements.txt ci/pipeline_message: add unit tests for tool 2024-11-22 19:42:32 +00:00
test_custom_logger.py ci: Add CustomLogger class and CLI tool 2023-12-19 10:09:35 +00:00
test_gantt_chart.py ci: add pytests for the gantt chart scripts 2024-12-19 16:56:30 -08:00
test_pipeline_message.py ci: pipeline_message: ignore harmless build logs 2025-01-07 05:08:09 +00:00
test_structured_logger.py