mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
A tiny improvement in logging
This commit is contained in:
parent
fb12267338
commit
94f932add1
@ -151,6 +151,8 @@ def main():
|
||||
needs_data = json.load(file_handler)
|
||||
required_builds = len(needs_data)
|
||||
|
||||
logging.info("The next builds are required: %s", ", ".join(needs_data))
|
||||
|
||||
gh = Github(get_best_robot_token())
|
||||
pr_info = PRInfo()
|
||||
rerun_helper = RerunHelper(gh, pr_info, build_check_name)
|
||||
@ -159,7 +161,6 @@ def main():
|
||||
sys.exit(0)
|
||||
|
||||
builds_for_check = CI_CONFIG["builds_report_config"][build_check_name]
|
||||
logging.info("My reports list %s", builds_for_check)
|
||||
required_builds = required_builds or len(builds_for_check)
|
||||
|
||||
# Collect reports from json artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user