From 2f07601a49eab2b297acbd4dd8bfc604d5a4a4cc Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Oct 11 2019 12:19:10 +0000 Subject: Add new templates w/o test job --- diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index f7a4d05..20294fd 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -51,6 +51,21 @@ - noop - project-template: + name: build-lint-gate + check: + jobs: + - rpm-scratch-build + - rpm-linter: + dependencies: + - rpm-scratch-build + - rpm-rpminspect: + dependencies: + - rpm-scratch-build + gate: + jobs: + - noop + +- project-template: name: build-lint-test-gate-promote check: jobs: @@ -70,3 +85,21 @@ promote: jobs: - rpm-build + +- project-template: + name: build-lint-gate-promote + check: + jobs: + - rpm-scratch-build + - rpm-linter: + dependencies: + - rpm-scratch-build + - rpm-rpminspect: + dependencies: + - rpm-scratch-build + gate: + jobs: + - noop + promote: + jobs: + - rpm-build