From 778db427c07d845f43fe6cbd2671cb28c2e97d2a Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Thu, 22 Feb 2024 10:53:57 +0100 Subject: [PATCH] CI: Disable tumbleweed builds for packit This is currently broken because of the Tumbleweed docker image. https://github.com/rpm-software-management/rpmlint/issues/981#issuecomment-1929280102 --- .packit.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index cb794c131..a07d9834d 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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 @@ -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 @@ -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