mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fail the build reports on non-success status to restart on the next attempt
This commit is contained in:
parent
58bf18999d
commit
eb23de3561
@ -2121,6 +2121,8 @@ def main() -> int:
|
||||
pr_info,
|
||||
dump_to_file=True,
|
||||
)
|
||||
if job_report.status != SUCCESS:
|
||||
exit_code = 1
|
||||
if not pr_info.is_merge_queue:
|
||||
# in the merge queue mergeable status must be set only in FinishCheck (last job in wf)
|
||||
update_mergeable_check(
|
||||
|
Loading…
Reference in New Issue
Block a user