mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
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>
49 lines
740 B
YAML
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'
|