From 6f81cece31ed2325a4e59f5bee3eb9c09c65b9fb Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 16 2020 14:03:04 +0000 Subject: Simplify template to allow real composition --- diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 35afdb8..46df5d9 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -5,6 +5,47 @@ jobs: - rpm-scratch-build +# test fbo # + +- project-template: + name: rpminspect + check: + jobs: + - rpm-rpminspect: + voting: False + dependencies: + - rpm-scratch-build + +- project-template: + name: linter + check: + jobs: + - rpm-linter: + dependencies: + - rpm-scratch-build + +- project-template: + name: test + check: + jobs: + - rpm-test: + dependencies: + - rpm-scratch-build + +- project-template: + name: gate + gate: + jobs: + - noop + +- project-template: + name: promote + promote: + jobs: + - rpm-build + +## + - project-template: name: build-lint check: