From 47d0b4dab4caa2bbd38247f81c07db165d17eb2f Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Mar 01 2023 11:49:31 +0000 Subject: Onboard Fedora 38 Related to: https://pagure.io/fedora-zuul-jobs/pull-request/166 Signed-off-by: Miroslav Vadkerti --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 55adb0d..89580d2 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -18,6 +18,7 @@ run: playbooks/rpm/check-for-sti-tests.yaml branches: - rawhide + - f38 - f37 - f36 - epel8 @@ -32,6 +33,7 @@ run: playbooks/rpm/check-for-fmf-tests.yaml branches: - rawhide + - f38 - f37 - f36 - epel8 @@ -46,6 +48,7 @@ run: playbooks/rpm/check-for-arches.yaml branches: - rawhide + - f38 - f37 - f36 - epel8 @@ -159,6 +162,81 @@ name: rpm-scratch-build parent: common-koji-rpm-build branches: + - f38 + final: true + provides: + - repo + vars: + arches: x86_64 + fetch_artifacts: true + release: f38 + scratch_build: true + target: f38 + +- job: + name: rpm-scratch-build-s390x + parent: common-koji-rpm-build + branches: + - f38 + dependencies: + - check-for-arches + final: true + vars: + arches: s390x + fetch_artifacts: false + release: f38 + scratch_build: true + target: f38 + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + branches: + - f38 + dependencies: + - check-for-arches + final: true + vars: + arches: ppc64le + fetch_artifacts: false + release: f38 + scratch_build: true + target: f38 + +- job: + name: rpm-scratch-build-i686 + parent: common-koji-rpm-build + branches: + - f38 + dependencies: + - check-for-arches + final: true + vars: + arches: i686 + fetch_artifacts: false + release: f38 + scratch_build: true + target: f38 + +- job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + branches: + - f38 + dependencies: + - check-for-arches + final: true + vars: + arches: aarch64 + fetch_artifacts: false + release: f38 + scratch_build: true + target: f38 + +- job: + name: rpm-scratch-build + parent: common-koji-rpm-build + branches: - f37 final: true provides: @@ -427,6 +505,18 @@ name: rpm-build parent: common-koji-rpm-build branches: + - f38 + final: true + vars: + fetch_artifacts: false + release: f38 + scratch_build: false + target: f38 + +- job: + name: rpm-build + parent: common-koji-rpm-build + branches: - f37 final: true vars: @@ -503,6 +593,30 @@ post-run: - playbooks/testing-farm/fetch.yaml branches: + - f38 + 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: Fedora-38 + distro: fedora-38 + 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: - f37 final: true nodeset: fedora-36-container @@ -624,6 +738,30 @@ post-run: - playbooks/testing-farm/fetch.yaml branches: + - f38 + 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: Fedora-38 + distro: fedora-38 + 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: - f37 final: true nodeset: fedora-36-container