Skip to content

Commit

Permalink
[CI] [GHA] Add network-related error messages to the rerunner (#28194)
Browse files Browse the repository at this point in the history
### Tickets:
 - *159323*
 - *159398*
 - *159547*
  • Loading branch information
akashchi authored Dec 24, 2024
1 parent eebba3e commit 80b5590
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/scripts/workflow_rerun/errors_to_look_for.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,25 @@
{
"error_text": "because the GET request got Content-Type",
"ticket": 158400
},
{
"error_text": "Unable to make request:",
"ticket": 158401
},
{
"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
}
]

0 comments on commit 80b5590

Please sign in to comment.