From b18f33d1ff3a56fdd59e21d44e8ef78e3bfe0e19 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 22 Jul 2014 18:35:35 -0400 Subject: [PATCH] Create git repo and jenkins jobs for oslo.serialization oslo.serialization library is graduating from the oslo-incubator so it should be imported as a stand-alone project under Oslo program. Change-Id: Iaf79e6febf22b5acb3fb299aa15cb56616b6d5c0 --- .../gerritbot/files/gerritbot_channel_config.yaml | 1 + .../acls/openstack/oslo.serialization.config | 14 ++++++++++++++ .../files/jenkins_job_builder/config/projects.yaml | 12 ++++++++++++ .../openstack_project/files/review.projects.yaml | 3 +++ modules/openstack_project/files/zuul/layout.yaml | 14 ++++++++++++++ 5 files changed, 44 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/openstack/oslo.serialization.config diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 30d28d3dc8..ba63c1c199 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -762,6 +762,7 @@ openstack-oslo: - openstack/oslo-incubator - openstack/oslo.messaging - openstack/oslo.rootwrap + - openstack/oslo.serialization - openstack/oslosphinx - openstack/oslo-specs - openstack/oslotest diff --git a/modules/openstack_project/files/gerrit/acls/openstack/oslo.serialization.config b/modules/openstack_project/files/gerrit/acls/openstack/oslo.serialization.config new file mode 100644 index 0000000000..7169efd27f --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack/oslo.serialization.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group oslo-core +label-Code-Review = -2..+2 group oslo-core +label-Workflow = -1..+1 group oslo-core + +[access "refs/tags/*"] +pushSignedTag = group oslo-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 814d738ac1..a1b5ac1eb0 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1056,6 +1056,18 @@ - python-jobs - pypi-jobs +- project: + name: oslo.serialization + github-org: openstack + node: 'bare-precise || bare-trusty' + tarball-site: tarballs.openstack.org + doc-publisher-site: docs.openstack.org + + jobs: + - python-jobs + - openstack-publish-jobs + - pypi-jobs + - project: name: oslo.utils github-org: openstack diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 808e0672c8..3efafdcdab 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -381,6 +381,9 @@ - project: openstack/oslo.rootwrap docimpact-group: openstack-manuals upstream: git://github.com/ttx/oslo.rootwrap.git +- project: openstack/oslo.serialization + group: oslo + upstream: https://github.com/cybertron/oslo.serialization.git - project: openstack/oslo.utils group: oslo upstream: git://github.com/dims/oslo.utils.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 61f265b528..ebba5d32ec 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -634,6 +634,8 @@ jobs: voting: false - name: gate-murano-dashboard-requirements voting: false + - name: gate-oslo.serialization-docs + voting: false - name: gate-oslo.utils-docs voting: false - name: gate-oslo.utils-python33 @@ -2039,6 +2041,18 @@ projects: - check-tripleo-ironic-undercloud-precise-nonha - check-tripleo-novabm-overcloud-precise-nonha + - name: openstack/oslo.serialization + template: + - name: python-jobs + - name: openstack-server-publish-jobs + - name: check-requirements + - name: integrated-gate + - name: publish-to-pypi + check: + - gate-oslo.utils-python33 + gate: + - gate-oslo.utils-python33 + - name: openstack/oslo.utils template: - name: python-jobs