]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server: gate the docker tools runtime tests on a real container run (#26826)
authorPascal <redacted>
Mon, 10 Aug 2026 06:32:58 +0000 (08:32 +0200)
committerGitHub <redacted>
Mon, 10 Aug 2026 06:32:58 +0000 (09:32 +0300)
commit1e396e72a84b8bc688e428bc1d08623988dfb3a8
treebf2340cf226bf86721009b3d826a93003403ea3e
parent0377426cef5d211b397f72b1b37adbcd480fbb65
server: gate the docker tools runtime tests on a real container run (#26826)

docker info only proves the daemon answers, so the Windows CI passes
the check and then dies trying to run a linux image. The hosted
Windows runners cannot run one: GitHub states the VMs are not enabled
for nested virtualization and will not be, since they already sit one
level deep and the hypervisor does not support more levels
(https://github.com/orgs/community/discussions/25491). Probing the
image itself skips those tests there, and pulls it before the server
waits for the container id.
tools/server/tests/unit/test_tools_builtin.py