diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 39ed439afd..98ff97d2de 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -21,6 +21,7 @@ openstack-infra: - openstack-infra/gerritlib - openstack-infra/gitdm - openstack-infra/git-review + - openstack-infra/infra-manual - openstack-infra/jeepyb - openstack-infra/jenkins-job-builder - openstack-infra/lodgeit diff --git a/modules/openstack_project/files/gerrit/acls/openstack-infra/infra-manual.config b/modules/openstack_project/files/gerrit/acls/openstack-infra/infra-manual.config new file mode 100644 index 0000000000..e485eb560f --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack-infra/infra-manual.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group infra-manual-core + label-Workflow = -1..+1 group infra-manual-core +[access "refs/tags/*"] + create = group infra-manual-ptl + pushSignedTag = group infra-manual-ptl +[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 b6c328aaaa..4b152adfcc 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -155,6 +155,14 @@ pipeline: periodic node: bare-precise +- project: + name: infra-manual + github-org: openstack-infra + node: bare-precise + + jobs: + - gate-{name}-docs + - project: name: sahara github-org: openstack diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index fa04fe5e18..49b1f92b05 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -90,6 +90,10 @@ - project: openstack-infra/groups description: OpenStack Groups community portal upstream: git://github.com/mkissam/groups.git +- project: openstack-infra/infra-manual + group: openstack-ci + options: + - direct-release - project: openstack-infra/jeepyb group: openstack-ci upstream: git://github.com/emonty/gerritx.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index c665ffd0a2..8540f05974 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2758,6 +2758,12 @@ projects: release: - groups-release-master + - name: openstack-infra/infra-manual + check: + - noop + gate: + - noop + - name: openstack-infra/jeepyb check: - gate-jeepyb-pep8