diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 79cdff4a5a..469b2fcee3 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -489,7 +489,25 @@ - project: name: reddwarf github-org: stackforge - node: oneiric + node: precise + + jobs: + - python-jobs + + +- project: + name: python-reddwarfclient + github-org: stackforge + node: precise + + jobs: + - python-jobs + + +- project: + name: libra + github-org: stackforge + node: precise jobs: - python-jobs diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 341e4ed3e2..485ca074b7 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -164,3 +164,9 @@ - project: stackforge/reddwarf options: - close-pull +- project: stackforge/python-reddwarfclient + options: + - close-pull +- project: stackforge/libra + options: + - close-pull diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 1c8b0b1a2a..fe1a1b0df7 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -633,6 +633,19 @@ projects: gate: - gate-MRaaS-merge + - name: stackforge/libra + check: + - gate-libra-merge: + - gate-libra-pep8 + - gate-libra-python26 + - gate-libra-python27 + gate: + - gate-libra-merge: + - gate-libra-pep8 + - gate-libra-python26 + - gate-libra-python27 + + - name: heat-api/heat check: - gate-heat-merge: @@ -658,6 +671,18 @@ projects: - gate-reddwarf-python26 - gate-reddwarf-python27 + - name: stackforge/python-reddwarfclient + check: + - gate-python-reddwarfclient-merge: + - gate-python-reddwarfclient-pep8 + - gate-python-reddwarfclient-python26 + - gate-python-reddwarfclient-python27 + gate: + - gate-python-reddwarfclient-merge: + - gate-python-reddwarfclient-pep8 + - gate-python-reddwarfclient-python26 + - gate-python-reddwarfclient-python27 + - name: openstack/openstack-manuals check: - gate-openstack-manuals-merge