mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge branch 'clickbench-ci' of github.com:ClickHouse/ClickHouse into clickbench-ci
This commit is contained in:
commit
01487af489
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user