Create the pynotedb project
This is a patch to create the config for the new infrastructure project, pynotedb. This will be a python library for parsing review content stored in git repositories. Needed-by: I85ab12623ebe314bc2b9e743e8e7c090313c5cc1 Change-Id: Ide3caa3b0c400c0288dd826e6a52a49602f4dc05
This commit is contained in:
14
gerrit/acls/openstack-infra/pynotedb.config
Normal file
14
gerrit/acls/openstack-infra/pynotedb.config
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group pynotedb-core
|
||||||
|
label-Code-Review = -2..+2 group pynotedb-core
|
||||||
|
label-Workflow = -1..+1 group pynotedb-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group pynotedb-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -709,6 +709,10 @@
|
|||||||
description: Puppet module to install and configure zuul
|
description: Puppet module to install and configure zuul
|
||||||
groups:
|
groups:
|
||||||
- openstack-ci
|
- openstack-ci
|
||||||
|
- project: openstack-infra/pynotedb
|
||||||
|
use-storyboard: true
|
||||||
|
description: Python parser for notedb
|
||||||
|
upstream: https://github.com/Zarathecat/pynotedb
|
||||||
- project: openstack-infra/pypi-mirror
|
- project: openstack-infra/pypi-mirror
|
||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
groups:
|
groups:
|
||||||
|
@@ -11964,6 +11964,14 @@
|
|||||||
- openstack-publish-jobs
|
- openstack-publish-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: pynotedb
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- openstack-publish-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: pypi-mirror
|
name: pypi-mirror
|
||||||
|
|
||||||
|
@@ -4954,6 +4954,15 @@ projects:
|
|||||||
- name: puppet-beaker-jobs
|
- name: puppet-beaker-jobs
|
||||||
- name: puppet-beaker-jobs-xenial-nv
|
- name: puppet-beaker-jobs-xenial-nv
|
||||||
|
|
||||||
|
- name: openstack-infra/pynotedb
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: python35-jobs
|
||||||
|
- name: check-requirements
|
||||||
|
- name: openstack-server-publish-jobs
|
||||||
|
- name: publish-to-pypi
|
||||||
|
|
||||||
- name: openstack-infra/pypi-mirror
|
- name: openstack-infra/pypi-mirror
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Reference in New Issue
Block a user