Merge "Create packetary project"
This commit is contained in:
commit
c601275e6b
16
gerrit/acls/openstack/packetary.config
Normal file
16
gerrit/acls/openstack/packetary.config
Normal file
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group packetary-core
|
||||
create = group packetary-release
|
||||
label-Code-Review = -2..+2 group packetary-core
|
||||
label-Verified = -1..+1 group packetary-ci
|
||||
label-Workflow = -1..+1 group packetary-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group packetary-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2505,6 +2505,9 @@
|
||||
description: Cleanup OpenStack project resources.
|
||||
- project: openstack/ossa
|
||||
description: OpenStack Security Advisories
|
||||
- project: openstack/packetary
|
||||
description: Library and eponymous utility to manage the entire lifecycle of repositories
|
||||
upstream: https://github.com/bgaifullin/packetary.git
|
||||
- project: openstack/packstack
|
||||
description: Install utility to deploy OpenStack on multiple hosts.
|
||||
- project: openstack/pandaman
|
||||
|
@ -4516,6 +4516,15 @@
|
||||
- 'gate-{name}-docs'
|
||||
- 'static-{name}-publish'
|
||||
|
||||
- project:
|
||||
name: packetary
|
||||
node: bare-trusty
|
||||
tarball-site: tarballs.openstack.org
|
||||
jobs:
|
||||
- pypi-jobs
|
||||
- python-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: packstack
|
||||
node: bare-trusty
|
||||
|
@ -7706,6 +7706,14 @@ projects:
|
||||
post:
|
||||
- static-ossa-publish
|
||||
|
||||
- name: openstack/packetary
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: publish-to-pypi
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
- name: docs-on-rtfd
|
||||
|
||||
- name: openstack/packstack
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user