From 64a85b46a443d50346b34c14340965c5173bcfea Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Sep 04 2024 09:47:44 +0000 Subject: Support of f41 branch --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index ae52ba4..0c62320 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -19,6 +19,7 @@ branches: - rawhide - f40 + - f41 - f39 - epel9 - epel9-next @@ -33,6 +34,7 @@ branches: - rawhide - f40 + - f41 - f39 - epel9 - epel9-next @@ -47,6 +49,7 @@ branches: - rawhide - f40 + - f41 - f39 - epel9 - epel9-next @@ -274,6 +277,81 @@ name: rpm-scratch-build parent: common-koji-rpm-build branches: + - f41 + final: true + provides: + - repo + vars: + arches: x86_64 + fetch_artifacts: true + release: f41 + scratch_build: true + target: f41 + +- job: + name: rpm-scratch-build-s390x + parent: common-koji-rpm-build + branches: + - f41 + dependencies: + - check-for-arches + final: true + vars: + arches: s390x + fetch_artifacts: false + release: f41 + scratch_build: true + target: f41 + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + branches: + - f41 + dependencies: + - check-for-arches + final: true + vars: + arches: ppc64le + fetch_artifacts: false + release: f41 + scratch_build: true + target: f41 + +- job: + name: rpm-scratch-build-i686 + parent: common-koji-rpm-build + branches: + - f41 + dependencies: + - check-for-arches + final: true + vars: + arches: i686 + fetch_artifacts: false + release: f41 + scratch_build: true + target: f41 + +- job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + branches: + - f41 + dependencies: + - check-for-arches + final: true + vars: + arches: aarch64 + fetch_artifacts: false + release: f41 + scratch_build: true + target: f41 + +- job: + name: rpm-scratch-build + parent: common-koji-rpm-build + branches: - f39 final: true provides: @@ -464,6 +542,18 @@ name: rpm-build parent: common-koji-rpm-build branches: + - f41 + final: true + vars: + fetch_artifacts: false + release: f41 + scratch_build: false + target: f41 + +- job: + name: rpm-build + parent: common-koji-rpm-build + branches: - f39 final: true vars: @@ -552,6 +642,30 @@ post-run: - playbooks/testing-farm/fetch.yaml branches: + - f41 + final: true + nodeset: fedora-40-container + requires: + - repo + roles: + - zuul: zuul-distro-jobs + - zuul: fedora-zuul-jobs + secrets: + - name: testing_farm_zuul_ci_key + secret: testing_farm_zuul_ci_key + timeout: 21600 + vars: + compose: Fedora-41 + distro: fedora-41 + test_type: fmf + +- job: + name: rpm-tmt-test + description: Running fmf test on Testing Farm + run: playbooks/testing-farm/run.yaml + post-run: + - playbooks/testing-farm/fetch.yaml + branches: - f39 final: true nodeset: fedora-40-container @@ -673,6 +787,30 @@ post-run: - playbooks/testing-farm/fetch.yaml branches: + - f41 + final: true + nodeset: fedora-40-container + requires: + - repo + roles: + - zuul: zuul-distro-jobs + - zuul: fedora-zuul-jobs + secrets: + - name: testing_farm_zuul_ci_key + secret: testing_farm_zuul_ci_key + timeout: 21600 + vars: + compose: Fedora-41 + distro: fedora-41 + test_type: sti + +- job: + name: rpm-sti-test + description: Running sti test on Testing Farm + run: playbooks/testing-farm/run.yaml + post-run: + - playbooks/testing-farm/fetch.yaml + branches: - f39 final: true nodeset: fedora-40-container