From 330b4b48d3f2ae69141ce8d9f3cfc0b7bdc0c27a Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Nov 30 2021 11:12:19 +0000 Subject: removed rpm-test from the test template --- diff --git a/zuul.d/templates.dhall b/zuul.d/templates.dhall index fc0b06a..e75ebae 100644 --- a/zuul.d/templates.dhall +++ b/zuul.d/templates.dhall @@ -84,25 +84,19 @@ let test = } , Zuul.Job.Inline Zuul.Job::{ - , name = "check-for-sti-tests" - , dependencies = Some - [ Zuul.Job.Dependency.Name "rpm-scratch-build" ] - } - , Zuul.Job.Inline - Zuul.Job::{ - , name = "check-for-fmf-tests" + , name = "check-for-sti-tests" , dependencies = Some [ Zuul.Job.Dependency.Name "rpm-scratch-build" ] } , Zuul.Job.Inline Zuul.Job::{ - , name = "rpm-install-test" + , name = "check-for-fmf-tests" , dependencies = Some [ Zuul.Job.Dependency.Name "rpm-scratch-build" ] } , Zuul.Job.Inline Zuul.Job::{ - , name = "rpm-test" + , name = "rpm-install-test" , dependencies = Some [ Zuul.Job.Dependency.Name "rpm-scratch-build" ] } diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index bb078a3..7f56462 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -45,9 +45,6 @@ - rpm-install-test: dependencies: - rpm-scratch-build - - rpm-test: - dependencies: - - rpm-scratch-build - rpm-tmt-test: dependencies: - check-for-fmf-tests