ci: pipeline_message: ignore generated
errors
Currently marge does not ignore the word `generated` when she is searching the logs for a relevant error message. So, marge's comments on a failed pipeline say something unhelpful like "errors generated" Example: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32687#note_2706792 https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/1332129 Ignore the word `generated` so marge will provide more useful comments. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32773>
This commit is contained in:

committed by
Marge Bot

parent
6dc094decd
commit
3bcb29cfcc
@@ -221,6 +221,8 @@ async def search_job_log_for_errors(session, project_id, job):
|
||||
"building c",
|
||||
"error_msg : None",
|
||||
"error_type",
|
||||
"error generated",
|
||||
"errors generated",
|
||||
"exit code",
|
||||
"exit status",
|
||||
"exiting now",
|
||||
|
Reference in New Issue
Block a user