Skip to content

Commit

Permalink
[CI] [GHA] Add runner-related errors to rerunner (#28690)
Browse files Browse the repository at this point in the history
### Tickets:
 - *160816*
 - *160818*
  • Loading branch information
akashchi authored Jan 29, 2025
1 parent fefbe56 commit 259e25a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/scripts/workflow_rerun/errors_to_look_for.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit 259e25a

Please sign in to comment.