From 7626043cdb0b405c2ef127fb7c65d6849e9fa49e Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Feb 09 2021 18:05:28 +0000 Subject: Add f34 support Depends-on: https://pagure.io/fedora-project-config/pull-request/131 --- diff --git a/zuul.d/jobs.dhall b/zuul.d/jobs.dhall index 2b1974a..840cd54 100644 --- a/zuul.d/jobs.dhall +++ b/zuul.d/jobs.dhall @@ -6,7 +6,7 @@ objects. To compute the jobs.yaml run: - dhall-to-yaml --file jobs.dhall | zuulfmt > jobs.yaml + dhall-to-yaml --generated-comment --file jobs.dhall | zuulfmt > jobs.yaml Install dhall by following https://docs.dhall-lang.org/tutorials/Getting-started_Generate-JSON-or-YAML.html#installation Install zuulfmt by running: `python3 -mpip install --user zuulfmt` diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 13f1d0b..4bf5032 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -6,6 +6,7 @@ run: playbooks/rpm/check-for-tests.yaml branches: - rawhide + - f34 - f33 - f32 - epel8 @@ -19,6 +20,7 @@ run: playbooks/rpm/check-for-arches.yaml branches: - rawhide + - f34 - f33 - f32 - epel8 @@ -146,6 +148,96 @@ name: rpm-scratch-build parent: common-koji-rpm-build branches: + - f34 + final: true + provides: + - repo + vars: + arches: x86_64 + fetch_artifacts: true + release: f34 + scratch_build: true + target: f34 + +- job: + name: rpm-scratch-build-s390x + parent: common-koji-rpm-build + branches: + - f34 + dependencies: + - check-for-arches + final: true + vars: + arches: s390x + fetch_artifacts: false + release: f34 + scratch_build: true + target: f34 + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + branches: + - f34 + dependencies: + - check-for-arches + final: true + vars: + arches: ppc64le + fetch_artifacts: false + release: f34 + scratch_build: true + target: f34 + +- job: + name: rpm-scratch-build-i686 + parent: common-koji-rpm-build + branches: + - f34 + dependencies: + - check-for-arches + final: true + vars: + arches: i686 + fetch_artifacts: false + release: f34 + scratch_build: true + target: f34 + +- job: + name: rpm-scratch-build-armv7hl + parent: common-koji-rpm-build + branches: + - f34 + dependencies: + - check-for-arches + final: true + vars: + arches: armv7hl + fetch_artifacts: false + release: f34 + scratch_build: true + target: f34 + +- job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + branches: + - f34 + dependencies: + - check-for-arches + final: true + vars: + arches: aarch64 + fetch_artifacts: false + release: f34 + scratch_build: true + target: f34 + +- job: + name: rpm-scratch-build + parent: common-koji-rpm-build + branches: - f33 final: true provides: @@ -384,6 +476,18 @@ name: rpm-build parent: common-koji-rpm-build branches: + - f34 + final: true + vars: + fetch_artifacts: false + release: f34 + scratch_build: false + target: f34 + +- job: + name: rpm-build + parent: common-koji-rpm-build + branches: - f33 final: true vars: