From 8e6fe0be3eb7c106cb522ba7fd92b6c8a6914114 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mar 15 2022 11:35:45 +0000 Subject: Set rpm-scratch-build job on f35 container Related to https://pagure.io/fedora-project-config/pull-request/184 --- diff --git a/zuul.d/jobs.dhall b/zuul.d/jobs.dhall index cc3a72b..a9fb5c6 100644 --- a/zuul.d/jobs.dhall +++ b/zuul.d/jobs.dhall @@ -144,7 +144,7 @@ let common_koji_rpm_build = , protected = Some True , description = Some "Base job for RPM build on Fedora Koji" , timeout = Some 21600 - , nodeset = Some default_nodeset + , nodeset = Some (Nodesets.getName Nodesets.Type.Fedora-35-Container) , roles = Some [ { zuul = "zuul-distro-jobs" } ] , run = Some "playbooks/koji/build-ng.yaml" , secrets = Some diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 38cf490..8d3383d 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -80,7 +80,7 @@ description: Base job for RPM build on Fedora Koji run: playbooks/koji/build-ng.yaml abstract: true - nodeset: fedora-34-container + nodeset: fedora-35-container protected: true roles: - zuul: zuul-distro-jobs