openvino/.github/scripts/workflow_rerun
Andrei Kashchikhin 8a97fdac1f
[CI] [GHA] Introduce GHA pipeline rerunner (#23865)
### 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*
2024-04-16 14:52:12 +00:00
..
tests [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00
__init__.py [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00
argument_parser.py [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00
constants.py [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00
errors_to_look_for.json [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00
log_analyzer.py [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00
log_collector.py [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00
rerunner.py [CI] [GHA] Introduce GHA pipeline rerunner (#23865) 2024-04-16 14:52:12 +00:00