From 7ae19eb7347575f1cdecdd986ecb83f2d4591bf4 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Nov 21 2024 07:54:04 +0000 Subject: Switch to the new version of check-for-arches --- diff --git a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall index 9048e2a..089fa93 100644 --- a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall +++ b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall @@ -95,30 +95,6 @@ let check_for_arches = , name = "${job-prefix}check-for-arches" , description = Some "Check the packages needs arches builds" , branches = Some Branches.allText - , run = Some "playbooks/rpm/check-for-arches.yaml" - , vars = Some - ( Zuul.Vars.object - ( toMap - { arch_jobs = - Zuul.Vars.array - ( Prelude.List.map - Text - Zuul.Vars.Type - Zuul.Vars.string - (Arch.scratch-job-names Arch.extras) - ) - , check_for_arches_ignore = Zuul.Vars.bool False - } - ) - ) - , nodeset = Some default_nodeset - } - -let check_for_arches_ng = - Zuul.Job::{ - , name = "${job-prefix}check-for-arches-ng" - , description = Some "Check the packages needs arches builds" - , branches = Some Branches.allText , run = Some "playbooks/rpm/check-for-arches-ng.yaml" , nodeset = Some default_nodeset , voting = Some False @@ -362,7 +338,6 @@ let Jobs = , check_for_sti_tests , check_for_fmf_tests , check_for_arches - , check_for_arches_ng , common_koji_rpm_build , check_for_eln , eln_rpm_scratch_build diff --git a/FZCI.dhall/fedora-zuul-jobs/templates.dhall b/FZCI.dhall/fedora-zuul-jobs/templates.dhall index 2b80568..9b30f8b 100644 --- a/FZCI.dhall/fedora-zuul-jobs/templates.dhall +++ b/FZCI.dhall/fedora-zuul-jobs/templates.dhall @@ -30,7 +30,6 @@ let build = Zuul.Project.PipelineConfig::{ , jobs = [ Zuul.Job.Name "check-for-arches" - , Zuul.Job.Name "check-for-arches-ng" , Zuul.Job.Name "check-for-eln" , Zuul.Job.Name "eln-rpm-scratch-build" ]