From 6fb485be3c09c75241ab58d0655bf5a958141c5a Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jun 06 2023 07:06:02 +0000 Subject: Onboard epel9-next branch --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 3decfa4..f698894 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -22,6 +22,7 @@ - f37 - epel8 - epel9 + - epel9-next - main nodeset: nodes: [] @@ -36,6 +37,7 @@ - f37 - epel8 - epel9 + - epel9-next - main nodeset: nodes: [] @@ -50,6 +52,7 @@ - f37 - epel8 - epel9 + - epel9-next - main nodeset: fedora-36-container vars: @@ -395,6 +398,51 @@ target: epel9 - job: + name: rpm-scratch-build + parent: common-koji-rpm-build + branches: + - epel9-next + final: true + provides: + - repo + vars: + arches: x86_64 + fetch_artifacts: true + release: epel9-next + scratch_build: true + target: epel9-next + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + branches: + - epel9-next + dependencies: + - check-for-arches + final: true + vars: + arches: ppc64le + fetch_artifacts: false + release: epel9-next + scratch_build: true + target: epel9-next + +- job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + branches: + - epel9-next + dependencies: + - check-for-arches + final: true + vars: + arches: aarch64 + fetch_artifacts: false + release: epel9-next + scratch_build: true + target: epel9-next + +- job: name: rpm-build parent: common-koji-rpm-build branches: @@ -456,6 +504,18 @@ target: epel9 - job: + name: rpm-build + parent: common-koji-rpm-build + branches: + - epel9-next + final: true + vars: + fetch_artifacts: false + release: epel9-next + scratch_build: false + target: epel9-next + +- job: name: rpm-tmt-test description: Running fmf test on Testing Farm run: playbooks/testing-farm/run.yaml @@ -577,6 +637,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-next + final: true + nodeset: fedora-36-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 @@ -696,3 +780,27 @@ compose: CentOS-Stream-9 distro: centos-stream-9 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-next + final: true + nodeset: fedora-36-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