Add stackforge/python-cloudfoundryclient
Change-Id: I9eed9f19f12029810d7ce135a9dcd12b99d1784c
This commit is contained in:
15
gerrit/acls/stackforge/python-cloudfoundryclient.config
Normal file
15
gerrit/acls/stackforge/python-cloudfoundryclient.config
Normal file
@@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cloudfoundryclient-core
|
||||
label-Code-Review = -2..+2 group cloudfoundryclient-core
|
||||
label-Verified = -1..+1 group congress-ci
|
||||
label-Workflow = -1..+1 group cloudfoundryclient-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group cloudfoundryclient-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -1695,6 +1695,8 @@
|
||||
- project: stackforge/python-blazarclient
|
||||
description: Client for OpenStack Blazar
|
||||
acl-config: /home/gerrit2/acls/stackforge/blazar.config
|
||||
- project: stackforge/python-cloudfoundryclient
|
||||
description: Python bindings for cloudfoundry
|
||||
- project: stackforge/python-cloudkittyclient
|
||||
description: Python client library for CloudKitty API
|
||||
acl-config: /home/gerrit2/acls/stackforge/cloudkitty.config
|
||||
|
@@ -1090,6 +1090,7 @@ congress:
|
||||
- stackforge/congress
|
||||
- stackforge/python-congressclient
|
||||
- stackforge/congress-specs
|
||||
- stackforge/python-cloudfoundryclient
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@@ -4075,6 +4075,15 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: python-cloudfoundryclient
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: python-cloudkittyclient
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@@ -5486,6 +5486,20 @@ projects:
|
||||
release:
|
||||
- python-blazarclient-tarball
|
||||
|
||||
- name: stackforge/python-cloudfoundryclient
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-python-cloudfoundryclient-pep8
|
||||
- gate-python-cloudfoundryclient-python27
|
||||
- gate-python-cloudfoundryclient-python34
|
||||
gate:
|
||||
- gate-python-cloudfoundryclient-pep8
|
||||
- gate-python-cloudfoundryclient-python27
|
||||
- gate-python-cloudfoundryclient-python34
|
||||
|
||||
- name: stackforge/python-cloudkittyclient
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Reference in New Issue
Block a user