mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Insert symbols info to the CI database
This commit is contained in:
parent
f4e2605208
commit
9c449cc453
@ -1806,7 +1806,7 @@ def _upload_build_profile_data(
|
||||
SELECT {pr_info.number}, '{pr_info.sha}', '{job_report.start_time}', '{build_name}', '{instance_type}', '{instance_id}',
|
||||
file, reinterpretAsUInt64(reverse(unhex(address))), reinterpretAsUInt64(reverse(unhex(size))), type, symbol
|
||||
FROM input('file String, address String, size String, type String, symbol String')
|
||||
SETTINGS format_regexp = '^([^ ]+) ([0-9a-fA-F]+) ([0-9a-fA-F]+) (.) (.+)$'
|
||||
SETTINGS format_regexp = '^([^ ]+) ([0-9a-fA-F]+)(?: ([0-9a-fA-F]+))? (.) (.+)$'
|
||||
FORMAT Regexp"""
|
||||
|
||||
binary_symbols_file = profiles_dir / "binary_symbols.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user