From 0b1491d0ae93cd0c4f84146d752d55d6c903ea40 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Oct 26 2022 16:28:13 +0000 Subject: Dhall - Remove rpm-test and check-for-tests jobs from the test template --- diff --git a/FZCI.dhall/fedora-zuul-jobs/templates.dhall b/FZCI.dhall/fedora-zuul-jobs/templates.dhall index 5f30f0c..9bec406 100644 --- a/FZCI.dhall/fedora-zuul-jobs/templates.dhall +++ b/FZCI.dhall/fedora-zuul-jobs/templates.dhall @@ -67,12 +67,6 @@ let test = , jobs = [ Zuul.Job.Inline Zuul.Job::{ - , name = "check-for-tests" - , dependencies = Some - [ Zuul.Job.Dependency.Name "rpm-scratch-build" ] - } - , Zuul.Job.Inline - Zuul.Job::{ , name = "check-for-sti-tests" , dependencies = Some [ Zuul.Job.Dependency.Name "rpm-scratch-build" ] @@ -91,14 +85,6 @@ let test = } , Zuul.Job.Inline Zuul.Job::{ - , name = "rpm-test" - , dependencies = Some - [ Zuul.Job.Dependency.Name "check-for-tests" - , Zuul.Job.Dependency.Name "rpm-scratch-build" - ] - } - , Zuul.Job.Inline - Zuul.Job::{ , name = "rpm-tmt-test" , dependencies = Some [ Zuul.Job.Dependency.Name "check-for-fmf-tests"