From 42b7322d3575677193309600e35691f4671e3244 Mon Sep 17 00:00:00 2001 From: Andrei Kashchikhin Date: Thu, 19 Sep 2024 16:52:01 +0100 Subject: [PATCH] [CI] [GHA] Add `lost communication with the server` to errors to look for in rerunner (#26691) ### Tickets: - *152565* --- .github/scripts/workflow_rerun/errors_to_look_for.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scripts/workflow_rerun/errors_to_look_for.json b/.github/scripts/workflow_rerun/errors_to_look_for.json index bfde22bb70c6df..aecef0c49c71b3 100644 --- a/.github/scripts/workflow_rerun/errors_to_look_for.json +++ b/.github/scripts/workflow_rerun/errors_to_look_for.json @@ -74,5 +74,9 @@ { "error_text": "json.decoder.JSONDecodeError: Unterminated string starting at", "ticket": 151796 + }, + { + "error_text": "lost communication with the server", + "ticket": 152565 } ] \ No newline at end of file