Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: shrink test matrix #3206

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 1 addition & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,8 @@ jobs:
include:
- ubuntu: 20.04
containerd: v1.6.33
- ubuntu: 20.04
containerd: v1.7.19
- ubuntu: 22.04
containerd: v1.7.19
- ubuntu: 22.04
containerd: main # v2.0.0-rc.X
- ubuntu: 24.04
containerd: v1.7.19
- ubuntu: 24.04
containerd: main # v2.0.0-rc.X
env:
Expand Down Expand Up @@ -152,42 +146,18 @@ jobs:
include:
- ubuntu: 20.04
containerd: v1.6.33
rootlesskit: v1.1.1
target: test-integration-rootless
- ubuntu: 20.04
containerd: v1.7.19
rootlesskit: v2.1.0
rootlesskit: v1.1.1 # Deprecated
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apostasie
Let me keep this for a single job

target: test-integration-rootless
- ubuntu: 22.04
containerd: v1.7.19
rootlesskit: v1.1.1
target: test-integration-rootless
- ubuntu: 22.04
containerd: main # v2.0.0-rc.X
rootlesskit: v2.1.0
target: test-integration-rootless
- ubuntu: 24.04
containerd: v1.7.19
rootlesskit: v1.1.1
target: test-integration-rootless
- ubuntu: 24.04
containerd: main # v2.0.0-rc.X
rootlesskit: v2.1.0
target: test-integration-rootless
- ubuntu: 20.04
containerd: v1.6.33
rootlesskit: v1.1.1
target: test-integration-rootless-port-slirp4netns
- ubuntu: 20.04
containerd: v1.7.19
rootlesskit: v2.1.0
target: test-integration-rootless-port-slirp4netns
- ubuntu: 24.04
containerd: v1.7.19
rootlesskit: v1.1.1
target: test-integration-rootless-port-slirp4netns
- ubuntu: 24.04
containerd: main # v2.0.0-rc.X
rootlesskit: v2.1.0
target: test-integration-rootless-port-slirp4netns
env:
Expand Down