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: Disable tumbleweed builds for packit #1201

Closed
wants to merge 1 commit into from
Closed
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
21 changes: 15 additions & 6 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- fedora-rawhide-aarch64
# - mageia-cauldron-x86_64
# - mageia-cauldron-aarch64
- opensuse-tumbleweed-x86_64
- opensuse-tumbleweed-aarch64
# opensuse images are failing becuse dnf-plugins-core package is not updated
# in the Tumbleweed image container.
# gh#rpm-software-management/rpmlint#981#issuecomment-1929280102
# - opensuse-tumbleweed-x86_64
# - opensuse-tumbleweed-aarch64
trigger: pull_request
- job: copr_build
trigger: commit
Expand All @@ -25,8 +28,11 @@ jobs:
- fedora-rawhide-aarch64
# - mageia-cauldron-x86_64
# - mageia-cauldron-aarch64
- opensuse-tumbleweed-x86_64
- opensuse-tumbleweed-aarch64
# opensuse images are failing becuse dnf-plugins-core package is not updated
# in the Tumbleweed image container.
# gh#rpm-software-management/rpmlint#981#issuecomment-1929280102
# - opensuse-tumbleweed-x86_64
# - opensuse-tumbleweed-aarch64
branch: main
project: rpm-software-management-rpmlint-mainline
list_on_homepage: True
Expand All @@ -35,8 +41,11 @@ jobs:
trigger: commit
metadata:
targets:
- opensuse-tumbleweed-x86_64
- opensuse-tumbleweed-aarch64
# opensuse images are failing becuse dnf-plugins-core package is not updated
# in the Tumbleweed image container.
# gh#rpm-software-management/rpmlint#981#issuecomment-1929280102
# - opensuse-tumbleweed-x86_64
# - opensuse-tumbleweed-aarch64
branch: opensuse
project: rpm-software-management-rpmlint-opensuse
list_on_homepage: True
Expand Down
Loading