From be14f9d91607b9a84bd1570517b12fe5f2a66d2c Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Dec 22 2020 09:11:33 +0000 Subject: Add aarch64 and ppc64le arch support for master/f33/f32 --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 89e36f7..eba8f79 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -35,29 +35,28 @@ provides: repo run: playbooks/koji/build-ng.yaml +### To be removed when rpms/python-gear project pipelines is re-init - job: - name: rpm-scratch-build + name: rpm-scratch-build-ng parent: common-koji-rpm-build final: true branches: master vars: - mock_config: fedora-rawhide-x86_64 target: rawhide release: master scratch_build: true + fetch_artifacts: false +### -# To be removed when rpms/Python-gear project pipelines is re-init - job: - name: rpm-scratch-build-ng + name: rpm-scratch-build parent: common-koji-rpm-build final: true branches: master vars: - mock_config: fedora-rawhide-x86_64 target: rawhide release: master scratch_build: true - fetch_artifacts: false - job: name: rpm-scratch-build-aarch64 @@ -65,7 +64,6 @@ final: true branches: master vars: - mock_config: fedora-rawhide-aarch64 target: rawhide release: master scratch_build: true @@ -73,39 +71,120 @@ fetch_artifacts: false - job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + final: true + branches: master + vars: + target: rawhide + release: master + scratch_build: true + arches: ppc64le + fetch_artifacts: false + +- job: name: rpm-scratch-build parent: common-koji-rpm-build final: true branches: f33 vars: - mock_config: fedora-33-x86_64 target: f33 release: f33 scratch_build: true - job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + final: true + branches: f33 + vars: + target: f33 + release: f33 + scratch_build: true + arches: aarch64 + fetch_artifacts: false + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + final: true + branches: f33 + vars: + target: f33 + release: f33 + scratch_build: true + arches: ppc64le + fetch_artifacts: false + +- job: name: rpm-scratch-build parent: common-koji-rpm-build final: true branches: f32 vars: - mock_config: fedora-32-x86_64 target: f32 release: f32 scratch_build: true - job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + final: true + branches: f32 + vars: + target: f32 + release: f32 + scratch_build: true + arches: aarch64 + fetch_artifacts: false + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + final: true + branches: f32 + vars: + target: f32 + release: f32 + scratch_build: true + arches: ppc64le + fetch_artifacts: false + +- job: name: rpm-scratch-build parent: common-koji-rpm-build final: true branches: epel8 vars: - mock_config: epel-8-x86_64 target: epel8 release: epel8 scratch_build: true - job: + name: rpm-scratch-build-aarch64 + parent: common-koji-rpm-build + final: true + branches: epel8 + vars: + target: epel8 + release: epel8 + scratch_build: true + arches: aarch64 + fetch_artifacts: false + +- job: + name: rpm-scratch-build-ppc64le + parent: common-koji-rpm-build + final: true + branches: epel8 + vars: + target: epel8 + release: epel8 + scratch_build: true + arches: ppc64le + fetch_artifacts: false + +- job: name: rpm-build parent: common-koji-rpm-build final: true @@ -137,3 +216,14 @@ release: f32 scratch_build: false fetch_artifacts: false + +- job: + name: rpm-build + parent: common-koji-rpm-build + final: true + branches: epel8 + vars: + target: epel8 + release: epel8 + scratch_build: false + fetch_artifacts: false