mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #40112 from ClickHouse/jobs-log
Use a job ID as ref text
This commit is contained in:
commit
22416193da
@ -239,8 +239,8 @@ def create_test_html_report(
|
||||
)
|
||||
|
||||
raw_log_name = os.path.basename(raw_log_url)
|
||||
if raw_log_name.endswith("?check_suite_focus=true"):
|
||||
raw_log_name = "Job (github actions)"
|
||||
if "?" in raw_log_name:
|
||||
raw_log_name = raw_log_name.split("?")[0]
|
||||
|
||||
result = HTML_BASE_TEST_TEMPLATE.format(
|
||||
title=_format_header(header, branch_name),
|
||||
|
Loading…
Reference in New Issue
Block a user