From 542ce5cf0316cc166a384636759fc1607a80cb7e Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Dec 17 2020 16:09:07 +0000 Subject: Temporary duplicate some rpm-scratch-build to validate f33 container --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 1c99c41..d6df8c4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -37,6 +37,22 @@ post-run: playbooks/koji/fetch.yaml - job: + name: common-koji-rpm-build-ng + abstract: true + protected: true + description: Base job for RPM build on Fedora Koji + # 6h timeout + timeout: 21600 + nodeset: fedora-33-container + roles: + - zuul: zuul-distro-jobs + secrets: + - krb_keytab + provides: repo + run: playbooks/koji/build.yaml + post-run: playbooks/koji/fetch.yaml + +- job: name: rpm-scratch-build parent: common-koji-rpm-build final: true @@ -48,6 +64,17 @@ scratch_build: true - job: + name: rpm-scratch-build-ng + parent: common-koji-rpm-build-ng + final: true + branches: master + vars: + mock_config: fedora-rawhide-x86_64 + target: rawhide + release: master + scratch_build: true + +- job: name: rpm-scratch-build-aarch64 parent: common-koji-rpm-build final: true