Add pbr and hacking to gerrit.
Change-Id: I2a9030e8116c05947aad85f54520b851de326a29 Reviewed-on: https://review.openstack.org/24970 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
29f3204d0c
commit
97b8025d4b
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Approved = +0..+1 group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushTag = group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
[submit]
|
||||
mergeContent = true
|
||||
action = cherry pick
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Approved = +0..+1 group openstack-ci-core
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushTag = group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
[submit]
|
||||
mergeContent = true
|
||||
action = cherry pick
|
@ -63,6 +63,32 @@
|
||||
- openstack-compute-api-doc
|
||||
|
||||
|
||||
- project:
|
||||
name: hacking
|
||||
github-org: openstack-dev
|
||||
node: quantal
|
||||
doc-publisher-site: ci.openstack.org
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- '{name}-tarball'
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: pbr
|
||||
github-org: openstack-dev
|
||||
node: quantal
|
||||
doc-publisher-site: ci.openstack.org
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- '{name}-tarball'
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: gerritbot
|
||||
github-org: openstack-infra
|
||||
|
@ -796,6 +796,52 @@ projects:
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: openstack-dev/hacking
|
||||
check:
|
||||
- gate-hacking-pep8:
|
||||
- gate-hacking-docs
|
||||
- gate-hacking-python26
|
||||
- gate-hacking-python27
|
||||
gate:
|
||||
- gate-hacking-docs
|
||||
- gate-hacking-pep8
|
||||
- gate-hacking-python26
|
||||
- gate-hacking-python27
|
||||
post:
|
||||
- hacking-branch-tarball
|
||||
- hacking-coverage
|
||||
- hacking-docs
|
||||
pre-release:
|
||||
- hacking-docs
|
||||
- hacking-tarball
|
||||
release:
|
||||
- hacking-docs
|
||||
- hacking-tarball:
|
||||
- hacking-pypi-upload
|
||||
|
||||
- name: openstack-dev/pbr
|
||||
check:
|
||||
- gate-pbr-pep8:
|
||||
- gate-pbr-docs
|
||||
- gate-pbr-python26
|
||||
- gate-pbr-python27
|
||||
gate:
|
||||
- gate-pbr-docs
|
||||
- gate-pbr-pep8
|
||||
- gate-pbr-python26
|
||||
- gate-pbr-python27
|
||||
post:
|
||||
- pbr-branch-tarball
|
||||
- pbr-coverage
|
||||
- pbr-docs
|
||||
pre-release:
|
||||
- pbr-docs
|
||||
- pbr-tarball
|
||||
release:
|
||||
- pbr-docs
|
||||
- pbr-tarball:
|
||||
- pbr-pypi-upload
|
||||
|
||||
- name: openstack-dev/devstack
|
||||
check:
|
||||
- gate-tempest-devstack-vm-smoke
|
||||
|
@ -42,6 +42,12 @@
|
||||
- project: openstack-dev/grenade
|
||||
upstream: git://github.com/nebula/grenade
|
||||
description: OpenStack upgrade testing tool
|
||||
- project: openstack-dev/hacking
|
||||
upstream: git://github.com/emonty/hacking
|
||||
description: OpenStack Hacking Style Checks
|
||||
- project: openstack-dev/pbr
|
||||
upstream: git://github.com/emonty/oslo.packaging
|
||||
description: Python Build Reasonableness
|
||||
- project: openstack-dev/openstack-nose
|
||||
- project: openstack-dev/openstack-qa
|
||||
- project: openstack-dev/sandbox
|
||||
|
Loading…
x
Reference in New Issue
Block a user