From 6cd2f8437afb1e6ecf6e824c90960cfb5dbdeb19 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jun 13 2024 09:28:15 +0000 Subject: [PATCH 1/2] ci: Update all pacakges on the system first --- diff --git a/ci/validate.yaml b/ci/validate.yaml index 84d21e3..f263bb6 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -1,5 +1,11 @@ - hosts: all tasks: + - name: Upgrade all packages + ansible.builtin.dnf: + name: "*" + state: latest + become: true + - name: Install dependencies package: name: From 457e89b5606c11f8158f22200973c818378e06d0 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jun 13 2024 09:30:19 +0000 Subject: [PATCH 2/2] ci: Workaround broken dnf5 in cloud images See: https://pagure.io/fedora-ci/general/issue/474 --- diff --git a/.zuul.yaml b/.zuul.yaml index 7c7f530..8779dc8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,4 +14,6 @@ - name: vm # Replace by a fixed version label after branching, once available: # https://fedora.softwarefactory-project.io/zuul/labels - label: cloud-fedora-rawhide-medium + # See: https://pagure.io/fedora-ci/general/issue/474 + # label: cloud-fedora-rawhide-medium + label: cloud-fedora-40-medium