Add reviewday project.
Change-Id: I306eaab33ba9955510fa3ed74b340d0d9f30fd7c Reviewed-on: https://review.openstack.org/19257 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
979be45d3f
commit
fefda5a06a
@ -16,6 +16,7 @@ openstack-infra:
|
||||
- openstack-infra/lodgeit
|
||||
- openstack-infra/meetbot
|
||||
- openstack-infra/nose-html-output
|
||||
- openstack-infra/reviewday
|
||||
- openstack-infra/zuul
|
||||
- openstack-infra/gearman-plugin
|
||||
branches:
|
||||
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-reviewday
|
||||
label-Approved = +0..+1 group openstack-reviewday
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-reviewday
|
||||
pushTag = group openstack-reviewday
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
[submit]
|
||||
mergeContent = true
|
||||
action = cherry pick
|
@ -493,6 +493,18 @@
|
||||
- hook-{name}-rtfd
|
||||
|
||||
|
||||
- project:
|
||||
name: reviewday
|
||||
github-org: openstack-infra
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: swift
|
||||
github-org: openstack
|
||||
|
@ -252,6 +252,22 @@ projects:
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: openstack-infra/reviewday
|
||||
check:
|
||||
- gate-reviewday-pep8
|
||||
- gate-reviewday-pyflakes
|
||||
gate:
|
||||
- gate-reviewday-pep8
|
||||
- gate-reviewday-pyflakes
|
||||
post:
|
||||
- reviewday-branch-tarball
|
||||
- reviewday-coverage
|
||||
pre-release:
|
||||
- reviewday-tarball
|
||||
publish:
|
||||
- reviewday-tarball:
|
||||
- reviewday-pypi-upload
|
||||
|
||||
- name: openstack/cinder
|
||||
check:
|
||||
- gate-cinder-docs
|
||||
|
@ -43,6 +43,10 @@
|
||||
acl_config: /home/gerrit2/acls/openstack-infra/puppet-dashboard.config
|
||||
- project: openstack-infra/puppet-vcsrepo
|
||||
acl_config: /home/gerrit2/acls/openstack-infra/puppet-vcsrepo.config
|
||||
- project: openstack-infra/reviewday
|
||||
acl_config: /home/gerrit2/acls/openstack-infra/reviewday.config
|
||||
upstream: git://github.com/dprince/reviewday.git
|
||||
description: OpenStack code review report generator
|
||||
- project: openstack-infra/zuul
|
||||
acl_config: /home/gerrit2/acls/openstack-infra/zuul.config
|
||||
- project: openstack-dev/devstack
|
||||
|
Loading…
Reference in New Issue
Block a user