From 6c9b1c7c4e6e231228381a8ebcaf81be2a6885ee Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Dec 01 2021 12:52:00 +0000 Subject: Re-enable rpm-test job --- diff --git a/zuul.d/templates.dhall b/zuul.d/templates.dhall index c869037..160b255 100644 --- a/zuul.d/templates.dhall +++ b/zuul.d/templates.dhall @@ -78,6 +78,12 @@ 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" ] @@ -96,6 +102,14 @@ 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" diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 8f4c049..36ad393 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -33,6 +33,9 @@ name: test check: jobs: + - check-for-tests: + dependencies: + - rpm-scratch-build - check-for-sti-tests: dependencies: - rpm-scratch-build @@ -42,6 +45,10 @@ - rpm-install-test: dependencies: - rpm-scratch-build + - rpm-test: + dependencies: + - check-for-tests + - rpm-scratch-build - rpm-tmt-test: dependencies: - check-for-fmf-tests