From 28b298a94e9f93dd763992b8eef52f006821516b Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Nov 30 2021 11:30:55 +0000 Subject: remove check-for-tests from the template test --- diff --git a/zuul.d/templates.dhall b/zuul.d/templates.dhall index e75ebae..c869037 100644 --- a/zuul.d/templates.dhall +++ b/zuul.d/templates.dhall @@ -78,12 +78,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" ] diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 7f56462..8f4c049 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -33,9 +33,6 @@ name: test check: jobs: - - check-for-tests: - dependencies: - - rpm-scratch-build - check-for-sti-tests: dependencies: - rpm-scratch-build