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:
parent
7306065d3c
commit
65952d986b
@ -18,6 +18,7 @@ openstack-infra:
|
|||||||
- openstack-infra/meetbot
|
- openstack-infra/meetbot
|
||||||
- openstack-infra/nose-html-output
|
- openstack-infra/nose-html-output
|
||||||
- openstack-infra/reviewday
|
- openstack-infra/reviewday
|
||||||
|
- openstack-infra/statusbot
|
||||||
- openstack-infra/zuul
|
- openstack-infra/zuul
|
||||||
- openstack-infra/gearman-plugin
|
- openstack-infra/gearman-plugin
|
||||||
- openstack/requirements
|
- openstack/requirements
|
||||||
|
@ -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
|
@ -113,6 +113,20 @@
|
|||||||
- pypi-jobs
|
- 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:
|
- project:
|
||||||
name: gerritlib
|
name: gerritlib
|
||||||
github-org: openstack-infra
|
github-org: openstack-infra
|
||||||
|
@ -299,6 +299,21 @@ projects:
|
|||||||
- reviewday-tarball:
|
- reviewday-tarball:
|
||||||
- reviewday-pypi-upload
|
- 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
|
- name: openstack/cinder
|
||||||
check:
|
check:
|
||||||
- gate-cinder-pep8:
|
- gate-cinder-pep8:
|
||||||
|
@ -37,6 +37,8 @@
|
|||||||
- project: openstack-infra/reviewday
|
- project: openstack-infra/reviewday
|
||||||
upstream: git://github.com/dprince/reviewday.git
|
upstream: git://github.com/dprince/reviewday.git
|
||||||
description: OpenStack code review report generator
|
description: OpenStack code review report generator
|
||||||
|
- project: openstack-infra/statusbot
|
||||||
|
description: Infrastructure status update IRC bot
|
||||||
- project: openstack-infra/zuul
|
- project: openstack-infra/zuul
|
||||||
- project: openstack-dev/devstack
|
- project: openstack-dev/devstack
|
||||||
- project: openstack-dev/grenade
|
- project: openstack-dev/grenade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user