Merge pull request #33005 from ClickHouse/add_workflow_rerun

Add backport workflow rerun
This commit is contained in:
alesapin 2021-12-21 16:14:29 +03:00 committed by GitHub
commit decd53b1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ SUSPICIOUS_PATTERNS = [
]
MAX_RETRY = 5
MAX_WORKFLOW_RERUN = 5
MAX_WORKFLOW_RERUN = 7
WorkflowDescription = namedtuple('WorkflowDescription',
['name', 'action', 'run_id', 'event', 'workflow_id', 'conclusion', 'status', 'api_url',
@ -44,6 +44,7 @@ NEED_RERUN_WORKFLOWS = {
15834118, # Docs
15522500, # MasterCI
15516108, # ReleaseCI
15797242, # BackportPR
}
# Individual trusted contirbutors who are not in any trusted organization.