Merge branch 'clickbench-ci' of github.com:ClickHouse/ClickHouse into clickbench-ci

This commit is contained in:
Alexey Milovidov 2023-12-10 00:03:51 +01:00
commit 01487af489

View File

@ -54,7 +54,6 @@ def get_run_command(
ci_logs_args: str,
image: DockerImage,
) -> str:
envs = [f"-e {e}" for e in additional_envs]
env_str = " ".join(envs)
@ -67,6 +66,7 @@ def get_run_command(
f"--cap-add=SYS_PTRACE {env_str} {image}"
)
def process_results(
result_directory: Path,
server_log_path: Path,