Add statusbot.

Change-Id: I9e1902040389be51db5e31edb84e2f950d5cb3fd
Reviewed-on: https://review.openstack.org/25630
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-03-28 09:49:02 -07:00 committed by Jenkins
parent 7306065d3c
commit 65952d986b
5 changed files with 44 additions and 0 deletions

View File

@ -18,6 +18,7 @@ openstack-infra:
- openstack-infra/meetbot
- openstack-infra/nose-html-output
- openstack-infra/reviewday
- openstack-infra/statusbot
- openstack-infra/zuul
- openstack-infra/gearman-plugin
- openstack/requirements

View File

@ -0,0 +1,12 @@
[access "refs/*"]
create = group openstack-ci-core
pushTag = group openstack-ci-core
[access "refs/heads/*"]
label-Approved = +0..+1 group openstack-ci-core
label-Code-Review = -2..+2 group openstack-ci-core
[project]
state = active
[receive]
requireChangeId = true
[submit]
mergeContent = true

View File

@ -113,6 +113,20 @@
- pypi-jobs
- project:
name: statusbot
github-org: openstack-infra
node: quantal
doc-publisher-site: ci.openstack.org
tarball-site: tarballs.openstack.org
jobs:
- gate-{name}-pep8
- gate-{name}-pyflakes
- '{name}-tarball'
- pypi-jobs
- project:
name: gerritlib
github-org: openstack-infra

View File

@ -299,6 +299,21 @@ projects:
- reviewday-tarball:
- reviewday-pypi-upload
- name: openstack-infra/statusbot
check:
- gate-statusbot-pep8
- gate-statusbot-pyflakes
gate:
- gate-statusbot-pep8
- gate-statusbot-pyflakes
post:
- statusbot-branch-tarball
pre-release:
- statusbot-tarball
release:
- statusbot-tarball:
- statusbot-pypi-upload
- name: openstack/cinder
check:
- gate-cinder-pep8:

View File

@ -37,6 +37,8 @@
- project: openstack-infra/reviewday
upstream: git://github.com/dprince/reviewday.git
description: OpenStack code review report generator
- project: openstack-infra/statusbot
description: Infrastructure status update IRC bot
- project: openstack-infra/zuul
- project: openstack-dev/devstack
- project: openstack-dev/grenade