From e3e6fe4a68e47a9b13f9845553682d5ec21e05ec Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Apr 12 2022 08:13:15 +0000 Subject: epel9 support Depends-on: https://pagure.io/fedora-project-config/pull-request/190 --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 8d3383d..40c52bf 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -22,6 +22,7 @@ - f35 - f34 - epel8 + - epel9 - main nodeset: nodes: [] @@ -36,6 +37,7 @@ - f35 - f34 - epel8 + - epel9 - main nodeset: nodes: [] @@ -50,6 +52,7 @@ - f35 - f34 - epel8 + - epel9 - main nodeset: nodes: [] @@ -64,6 +67,7 @@ - f35 - f34 - epel8 + - epel9 - main nodeset: fedora-34-container vars: @@ -485,6 +489,51 @@ target: epel8 - job: + name: rpm-scratch-build + parent: common-koji-rpm-build + branches: + - epel9 + final: true + provides: + - repo + vars: + arches: x86_64 + fetch_artifacts: true + release: epel9 + scratch_build: true + target: epel9 + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + branches: + - epel9 + dependencies: + - check-for-arches + final: true + vars: + arches: ppc64le + fetch_artifacts: false + release: epel9 + scratch_build: true + target: epel9 + +- job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + branches: + - epel9 + dependencies: + - check-for-arches + final: true + vars: + arches: aarch64 + fetch_artifacts: false + release: epel9 + scratch_build: true + target: epel9 + +- job: name: rpm-build parent: common-koji-rpm-build branches: @@ -546,6 +595,18 @@ target: epel8 - job: + name: rpm-build + parent: common-koji-rpm-build + branches: + - epel9 + final: true + vars: + fetch_artifacts: false + release: epel9 + scratch_build: false + target: epel9 + +- job: name: rpm-tmt-test description: Running fmf test on Testing Farm run: playbooks/testing-farm/run.yaml @@ -667,6 +728,30 @@ 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: + - epel9 + final: true + nodeset: fedora-34-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: CentOS-Stream-9 + distro: centos-stream-9 + test_type: fmf + +- job: name: rpm-sti-test description: Running sti test on Testing Farm run: playbooks/testing-farm/run.yaml @@ -786,3 +871,27 @@ compose: CentOS-Stream-8 distro: centos-stream-8 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: + - epel9 + final: true + nodeset: fedora-34-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: CentOS-Stream-9 + distro: centos-stream-9 + test_type: sti