From 96126d4414270bb541dafc660a7276f6df08e30b Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Nov 05 2024 10:28:45 +0000 Subject: [PATCH 1/2] Add rendered job check-for-arches-ng --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0c62320..aa4cb4d 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -64,6 +64,20 @@ check_for_arches_ignore: false - job: + name: check-for-arches-ng + description: Check the packages needs arches builds + run: playbooks/rpm/check-for-arches-ng.yaml + branches: + - rawhide + - f40 + - f41 + - f39 + - epel9 + - epel9-next + - main + nodeset: fedora-40-container + +- job: name: common-koji-rpm-build description: Base job for RPM build on Fedora Koji run: playbooks/koji/build-ng.yaml From da9efc6e0c663735d79fd2e31e118ca5edb452e1 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Nov 05 2024 10:35:29 +0000 Subject: [PATCH 2/2] Set voting False for check-for-arches-ng --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index aa4cb4d..33c897e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -76,6 +76,7 @@ - epel9-next - main nodeset: fedora-40-container + voting: false - job: name: common-koji-rpm-build