From 37846da9525144015f32b9d92f18cd5d679b651d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Dec 2015 14:48:13 +0100 Subject: [PATCH] Invoke tox rpm-packaging-lint for PR checks To have more than noop gating, we'd like to run the "lint" tox environment on check and gate of each review. Change-Id: I8f3a9817d29e2321f9eaf21f8e7974dea86e8960 --- jenkins/jobs/projects.yaml | 8 ++++++++ zuul/layout.yaml | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index e0a9513a84..c132a5c513 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -6423,6 +6423,14 @@ - python-jobs - pypi-jobs +- project: + name: rpm-packaging + node: 'bare-precise || bare-trusty' + + jobs: + - 'gate-{name}-tox-{envlist}': + envlist: lint + - project: name: sahara node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 7a644e71cc..1843bd0a31 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -8620,7 +8620,10 @@ projects: - name: openstack/rpm-packaging template: - name: merge-check - - name: noop-jobs + check: + - gate-rpm-packaging-tox-lint + gate: + - gate-rpm-packaging-tox-lint - name: openstack/rpm-packaging-tools template: