mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Run privileged
This commit is contained in:
parent
0821d72f1c
commit
004d8e0d49
@ -104,6 +104,8 @@ def get_run_command(
|
||||
|
||||
return (
|
||||
f"docker run --volume={builds_path}:/package_folder "
|
||||
# For dmesg and sysctl
|
||||
"--privileged "
|
||||
f"{ci_logs_args}"
|
||||
f"--volume={repo_path}/tests:/usr/share/clickhouse-test "
|
||||
f"{volume_with_broken_test}"
|
||||
|
Loading…
Reference in New Issue
Block a user