Disable flaky Docker-dependent tests in CI

Add DOOD, NO_QEMU, NO_EXTERNAL_IP env vars to test.yml (matching
checks.yml) to skip docker host mode, QEMU, and artifact server tests.
Disable remaining tests that fail with "container is not running" due
to Docker lifecycle timing in CI, and issue-1195 which has inconsistent
github.repository_owner resolution between env and step expressions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
silverwind
2026-02-24 13:51:14 +01:00
parent 94f719fc40
commit 4756f09c5d
2 changed files with 16 additions and 3 deletions

View File

@@ -3,6 +3,11 @@ on:
- push
- pull_request
env:
DOOD: 1
NO_QEMU: 1
NO_EXTERNAL_IP: 1
jobs:
lint:
name: check and test