mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Merge pull request #33005 from ClickHouse/add_workflow_rerun
Add backport workflow rerun
This commit is contained in:
commit
decd53b1e5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user