Skip to content

Commit ea5b1db

Browse files
authored
[CI] [GHA] Add Unable to make request: ECONNRESET to errors to look for in workflow rerunner (#25996)
### Tickets: - *148702*
1 parent dcd4342 commit ea5b1db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/workflow_rerun/errors_to_look_for.json

+4
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,9 @@
6666
{
6767
"error_text": "Unexpected HTTP response: 520",
6868
"ticket": 147958
69+
},
70+
{
71+
"error_text": "Unable to make request: ECONNRESET",
72+
"ticket": 148702
6973
}
7074
]

0 commit comments

Comments
 (0)