We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8251fa3 commit bbca09cCopy full SHA for bbca09c
1 file changed
ci/defs/job_configs.py
@@ -109,7 +109,7 @@
109
name=JobNames.UNITTEST,
110
runs_on=[], # from parametrize()
111
command=f"python3 ./ci/jobs/unit_tests_job.py",
112
- run_in_docker="clickhouse/fasttest+--privileged",
+ run_in_docker="clickhouse/test-base+--privileged",
113
digest_config=Job.CacheDigestConfig(
114
include_paths=["./ci/jobs/unit_tests_job.py"],
115
),
0 commit comments