From 89c4667034299e23ed02535fe1212e55ca8f14b2 Mon Sep 17 00:00:00 2001 From: Andrei Kashchikhin Date: Tue, 24 Dec 2024 11:24:48 +0000 Subject: [PATCH] add errors --- .../scripts/workflow_rerun/errors_to_look_for.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/scripts/workflow_rerun/errors_to_look_for.json b/.github/scripts/workflow_rerun/errors_to_look_for.json index affb48f142e770..d8fe6ac2df03d2 100644 --- a/.github/scripts/workflow_rerun/errors_to_look_for.json +++ b/.github/scripts/workflow_rerun/errors_to_look_for.json @@ -94,5 +94,17 @@ { "error_text": "Failed to make request", "ticket": 158401 + }, + { + "error_text": "Failure when receiving data from the peer", + "ticket": 159323 + }, + { + "error_text": "HTTP response code said error", + "ticket": 159398 + }, + { + "error_text": "download failed after attempts", + "ticket": 159547 } ] \ No newline at end of file