From 5f7fd4464dfc18bb509cc1049508dc658863c522 Mon Sep 17 00:00:00 2001 From: ginger Date: Nov 28 2021 21:32:52 +0000 Subject: Depends-on: https://pagure.io/fedora-zuul-jobs-config/pull-request/142 --- diff --git a/zuul.d/templates.dhall b/zuul.d/templates.dhall index c9b608f..47e6e9f 100644 --- a/zuul.d/templates.dhall +++ b/zuul.d/templates.dhall @@ -84,6 +84,12 @@ 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" , dependencies = Some [ Zuul.Job.Dependency.Name "rpm-scratch-build" ] @@ -112,6 +118,14 @@ let test = , Zuul.Job.Dependency.Name "rpm-scratch-build" ] } + , Zuul.Job.Inline + Zuul.Job::{ + , name = "rpm-sti-test" + , dependencies = Some + [ Zuul.Job.Dependency.Name "check-for-sti-tests" + , Zuul.Job.Dependency.Name "rpm-scratch-build" + ] + } ] } } diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 763cf8e..303b64a 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -36,6 +36,9 @@ - check-for-tests: dependencies: - rpm-scratch-build + - check-for-sti-tests: + dependencies: + - rpm-scratch-build - check-for-fmf-tests: dependencies: - rpm-scratch-build @@ -51,6 +54,10 @@ dependencies: - check-for-fmf-tests - rpm-scratch-build + - rpm-sti-test: + dependencies: + - check-for-sti-tests + - rpm-scratch-build - project-template: name: publish