From 80b252614405d160e2bae9c84459b3b7a0d7ed1f Mon Sep 17 00:00:00 2001 From: Sachi King Date: Wed, 2 Sep 2015 18:55:10 +1000 Subject: [PATCH] Add non-voting constraints jobs to neutron Adds python2.7 and 3.4 constraints jobs to neutron in a non-voting fashion. Voting is set to false for safety of initial insert. Implements Blueprint: Requirements-Management Depends-On: I13579599dfdf846d06d8c39f33265e8b46db6e68 Change-Id: I3f4c9e6d468181c7d8999fc12a42df1fe72ff7aa --- jenkins/jobs/projects.yaml | 1 + zuul/layout.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index fff0d69e8d..317e49dab3 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -900,6 +900,7 @@ jobs: - python-jobs + - python-constraints-jobs - python-juno-bitrot-jobs - python-kilo-bitrot-jobs - openstack-publish-jobs diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 430e76c603..7fdb9c629f 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1746,6 +1746,12 @@ jobs: - name: ^gate-.*-py(?:thon\d\d|py)-constraints$ branch: ^(?!stable/(?:juno|kilo)).*$ + - name: gate-neutron-python27-constraints + voting: false + + - name: gate-neutron-python34-constraints + voting: false + # End Constraints Jobs # The project list is grouped by type of project, and within each @@ -2659,7 +2665,9 @@ projects: - name: merge-check - name: python26-jobs - name: python-jobs + - name: python-constraints-jobs - name: python3-jobs + - name: python3-constraints-jobs - name: openstack-server-publish-jobs - name: openstack-server-release-jobs - name: periodic-juno