### Details: This PR introduces a GHA pipeline rerunner. It should scan the failed workflows' logs and re-run those having known sporadic errors. The rerunner is a Python script which is used by a dedicated workflow. The workflow will not run from this PR, it needs to be in `master`. I've checked the workflow and script in the private repo. ### Tickets: - *136935* |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| argument_parser.py | ||
| constants.py | ||
| errors_to_look_for.json | ||
| log_analyzer.py | ||
| log_collector.py | ||
| rerunner.py | ||