mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix paths
This commit is contained in:
parent
1679ae4819
commit
388feb953d
@ -110,10 +110,10 @@ def main():
|
|||||||
s3_prefix = f"{pr_info.number}/{pr_info.sha}/sqltest_{check_name_lower}/"
|
s3_prefix = f"{pr_info.number}/{pr_info.sha}/sqltest_{check_name_lower}/"
|
||||||
paths = {
|
paths = {
|
||||||
"run.log": run_log_path,
|
"run.log": run_log_path,
|
||||||
"server.log.zst": os.path.join(workspace_path, "/workspace/server.log.zst"),
|
"server.log.zst": os.path.join(workspace_path, "server.log.zst"),
|
||||||
"server.err.log.zst": os.path.join(workspace_path, "/workspace/server.err.log.zst"),
|
"server.err.log.zst": os.path.join(workspace_path, "server.err.log.zst"),
|
||||||
"report.html": os.path.join(workspace_path, "/workspace/report.html"),
|
"report.html": os.path.join(workspace_path, "report.html"),
|
||||||
"test.log": os.path.join(workspace_path, "/workspace/test.log"),
|
"test.log": os.path.join(workspace_path, "test.log"),
|
||||||
}
|
}
|
||||||
|
|
||||||
s3_helper = S3Helper()
|
s3_helper = S3Helper()
|
||||||
|
Loading…
Reference in New Issue
Block a user