From 06ef897c30f78417bdd9aeca757ff603aa275086 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 3 Oct 2017 20:04:14 +0200 Subject: [PATCH] Add some Zuul v2 checking to project-config Add gate-project-config-layout and gate-project-config-jenkins-project since the zuul v3 config does not test these. Do not add any gate check, we want zuul v3 to merge. Change-Id: Ia8b25cf52d9e376c1bdccab69da087b20f9dad58 --- zuul/layout.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 0a6583311a..91cfdfb6e5 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2698,6 +2698,14 @@ jobs: - name: gate-bashate-devstack voting: false + - name: gate-project-config-jenkins-project + files: + - 'bindep.txt' + - 'jenkins/jobs/.*' + - 'other-requirements.txt' + - 'tools/jenkins-projects-checks.py' + - 'tox.ini' + - name: ^gate-bindep-bindep-fallback.*$ # Add explicit branch so that this overrides earlier # restrictions. @@ -4193,6 +4201,14 @@ projects: experimental: - gate-dsvm-os-loganalyze-nv + - name: openstack-infra/project-config + template: + - name: merge-check + check: + - gate-project-config-layout + - gate-project-config-jenkins-project + # gating is done by Zuul v3, therefore no gate job set here + - name: openstack-infra/project-config-example template: - name: merge-check