diff --git a/.github/scripts/workflow_rerun/errors_to_look_for.json b/.github/scripts/workflow_rerun/errors_to_look_for.json index 55b46f9df1b1bb..0a189f80b8b198 100644 --- a/.github/scripts/workflow_rerun/errors_to_look_for.json +++ b/.github/scripts/workflow_rerun/errors_to_look_for.json @@ -118,5 +118,13 @@ { "error_text": "file DOWNLOAD cannot compute hash on failed download", "ticket": 156593 + }, + { + "error_text": "lost communication with the server", + "ticket": 160816 + }, + { + "error_text": "the runner has received a shutdown signal", + "ticket": 160818 } ] \ No newline at end of file