From 5bc8d3c7338563ca23011c51014aef69247e9a4e Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 16 2020 15:37:14 +0000 Subject: Add new project templates --- diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 35afdb8..19585e0 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -109,3 +109,34 @@ promote: jobs: - rpm-build + +### + +- project-template: + name: lint + check: + jobs: + - rpm-linter: + dependencies: + - rpm-scratch-build + - rpm-rpminspect: + voting: False + dependencies: + - rpm-scratch-build + +- project-template: + name: test + check: + jobs: + - rpm-test: + dependencies: + - rpm-scratch-build + +- project-template: + name: publish + gate: + jobs: + - noop + promote: + jobs: + - rpm-build