From 80a8eaff00a92d4c04de6d3c40853632d148ed05 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Oct 27 2022 07:38:15 +0000 Subject: Dhall - remove the check-for-tests job --- diff --git a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall index 546a865..72489de 100644 --- a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall +++ b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall @@ -63,15 +63,6 @@ let executor_nodeset = Zuul.Nodeset.Inline Zuul.Nodeset.empty let default_nodeset = Nodesets.getName Nodesets.Type.Fedora-36-Container -let check_for_tests = - Zuul.Job::{ - , name = "${job-prefix}check-for-tests" - , description = Some "Check the project has a tests/tests.yml" - , branches = Some Branches.allText - , run = Some "playbooks/rpm/check-for-tests.yaml" - , nodeset = Some executor_nodeset - } - let check_for_sti_tests = Zuul.Job::{ , name = "${job-prefix}check-for-sti-tests" @@ -310,7 +301,6 @@ let generateTMTTestsJobs = let Jobs = [ clean_stalled_koji_tasks - , check_for_tests , check_for_sti_tests , check_for_fmf_tests , check_for_arches