From e89195041ac3c4babbe0db2c9da8afb83c81e4cf Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Feb 12 2020 15:19:38 +0000 Subject: Add f32 and remove f29 --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index db6f70d..9a61930 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -44,6 +44,18 @@ parent: common-koji-rpm-build description: RPM scratch build on for rawhide target final: true + branches: f32 + vars: + mock_config: fedora-32-x86_64 + target: f32 + release: f32 + scratch_build: true + +- job: + name: rpm-scratch-build + parent: common-koji-rpm-build + description: RPM scratch build on for rawhide target + final: true branches: f31 vars: mock_config: fedora-31-x86_64 @@ -63,18 +75,6 @@ release: f30 scratch_build: true -- job: - name: rpm-scratch-build - parent: common-koji-rpm-build - final: true - description: RPM scratch build on for rawhide target - branches: f29 - vars: - mock_config: fedora-29-x86_64 - target: f29 - release: f29 - scratch_build: true - # TODO(fbo): In order to have this job run on a container then # fix fedpkg-role to not build the local repo + install deps at # container build time.