From fcb4486df4b73e39d2a1fa3bf8cc203e950ade57 Mon Sep 17 00:00:00 2001 From: Yun Mao Date: Wed, 15 May 2013 15:10:17 -0400 Subject: [PATCH] Create project inception in stackforge Related to bug 1180179 Change-Id: I4f2cadf6a0113f61abcbec3290336b0600826aaa Reviewed-on: https://review.openstack.org/29278 Reviewed-by: James E. Blair Reviewed-by: Jeremy Stanley Reviewed-by: Changbin Liu Approved: Jeremy Stanley Tested-by: Jenkins --- .../files/gerrit/acls/stackforge/inception.config | 12 ++++++++++++ .../files/jenkins_job_builder/config/projects.yaml | 8 ++++++++ modules/openstack_project/files/zuul/layout.yaml | 7 +++++++ .../templates/review.projects.yaml.erb | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/inception.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/inception.config b/modules/openstack_project/files/gerrit/acls/stackforge/inception.config new file mode 100644 index 0000000000..82e0cec750 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/inception.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group inception-core + label-Approved = +0..+1 group inception-core + workInProgress = group inception-core +[access "refs/tags/*"] + create = group inception-core + pushTag = group inception-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true 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 4a4fef2b43..af2e357a69 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -998,3 +998,11 @@ jobs: - python-jobs +- project: + name: inception + github-org: stackforge + node: precise + + jobs: + - gate-{name}-pep8 + diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index bf0890b207..70284963ba 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1877,3 +1877,10 @@ projects: - gate-python-ironicclient-python27 post: - python-ironicclient-coverage + + - name: stackforge/inception + check: + - gate-inception-pep8 + gate: + - gate-inception-pep8 + diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index e0b62771b6..b31ee7a444 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -252,3 +252,6 @@ upstream: git://github.com/devananda/ironic.git - project: openstack/python-ironicclient description: A python client implementing the Ironic API. +- project: stackforge/inception + description: "Inception Cloud Project" + upstream: git://github.com/maoy/inception.git