Skip to content

fix CI - #26826

Merged
ggerganov merged 1 commit into
ggml-org:masterfrom
ServeurpersoCom:ci/fix-windows-docker-tests-skip
Aug 10, 2026
Merged

fix CI#26826
ggerganov merged 1 commit into
ggml-org:masterfrom
ServeurpersoCom:ci/fix-windows-docker-tests-skip

Conversation

@ServeurpersoCom

Copy link
Copy Markdown
Contributor

Overview

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.

Additional information

Follow-up #26507

Requirements

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.
@ServeurpersoCom
ServeurpersoCom requested a review from a team as a code owner August 10, 2026 03:26
@ServeurpersoCom
ServeurpersoCom requested a review from ngxson August 10, 2026 03:31
@ServeurpersoCom ServeurpersoCom added the merge ready A maintainer can use this label to indicate that they consider the changes final and ready to merge. label Aug 10, 2026
@ggerganov
ggerganov merged commit 1e396e7 into ggml-org:master Aug 10, 2026
12 of 13 checks passed
huaxel pushed a commit to huaxel/CachyLLama that referenced this pull request Aug 12, 2026
…gml-org#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.
brittlewis12 pushed a commit to brittlewis12/llama.cpp that referenced this pull request Aug 17, 2026
…gml-org#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge ready A maintainer can use this label to indicate that they consider the changes final and ready to merge. server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants