spiegel_podman/.github/filters.yaml
Paul Holzinger 2297695d0c
ci.yml: add windows jobs
Copied from Tim, but directly integrated into the main ci.yml file to
allow for proper task dependencies.

I renamed same task and updated the task dependencies.

Co-authored-by: Tim Zhou <tizhou@redhat.com>
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-01 17:00:16 +02:00

49 lines
740 B
YAML

all:
- '.github/workflows/ci.yml'
- '.github/workflows/lima.yml'
- 'hack/**'
- 'Makefile'
- 'vendor/**'
- 'test/tools/**'
- 'test/registries*.conf'
- 'version/rawversion/*'
code:
# We look for all .go, .c, .h files in the source except under test/**
- '!(test/**)**/*.@(go|c|h)'
apiv2:
- 'test/apiv2/**'
- 'test/python/**'
bindings:
- 'pkg/bindings/test/**'
docker_py:
- 'test/python/**'
unit:
- '**/*_test.go'
compose_v2:
- 'test/compose/**'
int:
- 'test/e2e/**'
- 'test/utils/**'
sys:
- 'test/system/**'
machine:
- 'cmd/podman/machine/**'
- 'pkg/machine/**'
- '**/*machine*.go'
upgrade:
- 'test/upgrade/**'
- 'test/system/*.bash'
windows:
- 'winmake.ps1'
- 'hack/ci/win-*.ps1'