From 7522d63928ed023181b7b0a96643f151c3e321b4 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Wed, 23 Apr 2014 04:04:40 +0200 Subject: [PATCH] Create groups-static-pages project Create a new openstack-infra/groups-static-pages project that will act as a content source for static pages of community portal. The content management workflow follows the OpenStack CI review process. Change-Id: I7a2280dfdb0c08df686345806739ed4fe9730d0f --- .../acls/openstack-infra/groups-static-pages.config | 13 +++++++++++++ .../files/jenkins_job_builder/config/projects.yaml | 9 +++++++++ .../openstack_project/files/review.projects.yaml | 3 +++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 4 files changed, 31 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/openstack-infra/groups-static-pages.config diff --git a/modules/openstack_project/files/gerrit/acls/openstack-infra/groups-static-pages.config b/modules/openstack_project/files/gerrit/acls/openstack-infra/groups-static-pages.config new file mode 100644 index 0000000000..8024430903 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack-infra/groups-static-pages.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group groups-static-pages-core + label-Workflow = -1..+1 group groups-static-pages-core +[access "refs/tags/*"] + create = group groups-static-pages-ptl + pushSignedTag = group groups-static-pages-ptl +[project] + state = active +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true \ No newline at end of file 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 057d984ced..a0b2b2b5ef 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -2379,6 +2379,15 @@ - 'groups-release-{branch-designator}': branch-designator: 'branch' +- project: + name: groups-static-pages + github-org: openstack-infra + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: openstackid github-org: openstack-infra diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 3dc59230da..efdabeb368 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -93,6 +93,9 @@ - project: openstack-infra/groups description: OpenStack Groups community portal upstream: git://github.com/mkissam/groups.git +- project: openstack-infra/groups-static-pages + description: Community portal static pages + upstream: git://github.com/mkissam/groups-static-pages - project: openstack-infra/infra-manual group: openstack-ci options: diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 1d65d631fa..1f8ff7b4cd 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2878,6 +2878,12 @@ projects: gate: - noop + - name: openstack-infra/groups-static-pages + check: + - noop + gate: + - noop + - name: openstack-infra/jeepyb check: - gate-jeepyb-pep8