Skip to content

Commit cff8f4a

Browse files
authored
Merge pull request #1010 from Luap99/podman-5.8
[podman-5.8] Backport working CI here
2 parents f4e64d3 + c5f8809 commit cff8f4a

23 files changed

Lines changed: 753 additions & 902 deletions

File tree

.cirrus.yml

Lines changed: 0 additions & 338 deletions
This file was deleted.

.github/filters.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
all:
2+
- '.github/workflows/ci.yml'
3+
- '.github/workflows/lima.yml'
4+
- '.github/filters.yaml'
5+
- 'hack/ci/**'
6+
- 'Makefile'
7+
- 'go.work'
8+
- 'go.work.sum'
9+
10+
storage:
11+
- 'storage/**'
12+
13+
image:
14+
- 'image/**'
15+
# image depends on storage, so any storage change must trigger image tests as well
16+
- 'storage/**'
17+
18+
common:
19+
- 'common/**'
20+
# see comment above, common depends on both image and storage
21+
- 'image/**'
22+
- 'storage/**'

0 commit comments

Comments
 (0)