diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/bindep.config b/modules/openstack_project/files/gerrit/acls/stackforge/bindep.config new file mode 100644 index 0000000000..162f87ffee --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/bindep.config @@ -0,0 +1,12 @@ +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true +[access "refs/heads/*"] + label-Code-Review = -2..+2 group bindep-core + label-Approved = +0..+1 group bindep-core + workInProgress = group bindep-core +[access "refs/tags/*"] + create = group bindep-core + pushTag = group bindep-core 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 be5a7a23bc..baa1e5aca8 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -692,6 +692,17 @@ - pypi-jobs +- project: + name: bindep + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + + - project: name: packstack github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 7054eb0e85..f3dab5a974 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1234,6 +1234,24 @@ projects: - python-monikerclient-tarball: - python-monikerclient-pypi-upload + - name: stackforge/bindep + check: + - gate-bindep-pep8 + - gate-bindep-python26 + - gate-bindep-python27 + gate: + - gate-bindep-pep8 + - gate-bindep-python26 + - gate-bindep-python27 + post: + - bindep-branch-tarball + - bindep-coverage + pre-release: + - bindep-tarball + release: + - bindep-tarball: + - bindep-pypi-upload + - name: stackforge/billingstack check: - gate-billingstack-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 1613e41fbe..fcfd45275e 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -109,6 +109,9 @@ - project: openstack/tempest - project: openstack/volume-api - project: stackforge/MRaaS +- project: stackforge/bindep + description: "Binary dependency automation" + upstream: git://github.com/rbtcollins/bindep.git - project: stackforge/diskimage-builder description: "Image building tools for OpenStack" - project: stackforge/tripleo-heat-templates