Skip to content

Commit

Permalink
CI: Disable tumbleweed builds for packit
Browse files Browse the repository at this point in the history
This is currently broken because of the Tumbleweed docker image.

#981 (comment)
  • Loading branch information
danigm committed Feb 22, 2024
1 parent 41b9725 commit febf324
Showing 1 changed file with 15 additions and 6 deletions.
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

0 comments on commit febf324

Please sign in to comment.