Run privileged

This commit is contained in:
Antonio Andelic 2024-07-09 18:39:21 +02:00
parent 0821d72f1c
commit 004d8e0d49

View File

@ -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}"