From 6652b2ea130228bb8cc55559fc79c6812def1f15 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Sep 04 2024 09:48:35 +0000 Subject: Support of f41 branch --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index bfbaa15..d5cacd2 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -35,6 +35,22 @@ - job: name: rpm-install-test + description: "Install the built rpms (f41 variant)" + run: playbooks/rpm/rpm-install-test.yaml + branches: + - f41 + nodeset: fedora-41-vm + requires: + - repo + roles: + - zuul: zuul-distro-jobs + vars: + repos: + - name: distro-build + url: https://kojipkgs.fedoraproject.org/repos/f41-build/latest/x86_64/ + +- job: + name: rpm-install-test description: "Install the built rpms (f39 variant)" run: playbooks/rpm/rpm-install-test.yaml branches: @@ -120,6 +136,25 @@ - job: name: rpm-test + description: "Install the built rpms and run STI tests (f41 variant)" + run: playbooks/rpm/rpmtest.yaml + post-run: + - playbooks/rpm/rpmtest-fetch-artifacts.yaml + branches: + - f41 + nodeset: fedora-41-vm-medium + requires: + - repo + roles: + - zuul: zuul-distro-jobs + timeout: 18000 + vars: + repos: + - name: distro-build + url: https://kojipkgs.fedoraproject.org/repos/f41-build/latest/x86_64/ + +- job: + name: rpm-test description: "Install the built rpms and run STI tests (f39 variant)" run: playbooks/rpm/rpmtest.yaml post-run: @@ -209,6 +244,20 @@ - job: name: rpm-rpminspect parent: rpminspect + description: "Run the rpminspect report tests (f41 variant)" + branches: + - f41 + nodeset: fedora-40-container + requires: + - repo + vars: + check_previous_build_enabled: true + rpminspect_cmd: rpminspect-fedora + target: f41 + +- job: + name: rpm-rpminspect + parent: rpminspect description: "Run the rpminspect report tests (f39 variant)" branches: - f39 @@ -254,6 +303,7 @@ branches: - rawhide - f40 + - f41 - f39 - epel9 - epel9-next diff --git a/zuul.d/nodesets.yaml b/zuul.d/nodesets.yaml index 0820a9e..630b553 100644 --- a/zuul.d/nodesets.yaml +++ b/zuul.d/nodesets.yaml @@ -31,6 +31,12 @@ name: cloud-host - nodeset: + name: fedora-41-vm + nodes: + - label: cloud-fedora-41-small + name: cloud-host + +- nodeset: name: fedora-40-vm nodes: - label: cloud-fedora-40-small @@ -55,6 +61,12 @@ name: cloud-host - nodeset: + name: fedora-41-vm-medium + nodes: + - label: cloud-fedora-41-medium + name: cloud-host + +- nodeset: name: fedora-40-vm-medium nodes: - label: cloud-fedora-40-medium