Add the bugdaystats to openstack-infra
Change-Id: I49351da86b7779302a9dfb792ec2c68c0e065dcb Partial-Bug: #1172440
This commit is contained in:
parent
158cbf0e4e
commit
8bd1f36f7a
@ -8,6 +8,7 @@ openstack-infra:
|
||||
- openstack-dev/hacking
|
||||
- openstack-dev/pbr
|
||||
- openstack-infra/askbot-theme
|
||||
- openstack-infra/bugdaystats
|
||||
- openstack-infra/config
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack-infra/elastic-recheck
|
||||
|
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group openstack-ci-core
|
||||
label-Approved = +0..+1 group openstack-ci-core
|
||||
workInProgress = group openstack-ci-core
|
||||
[access "refs/tags/*"]
|
||||
create = group openstack-ci-core
|
||||
pushTag = group openstack-ci-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1073,6 +1073,16 @@
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: bugdaystats
|
||||
github-org: openstack-infra
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: requirements
|
||||
github-org: openstack
|
||||
|
@ -31,6 +31,12 @@
|
||||
upstream: https://bitbucket.org/askbot/openstack-theme
|
||||
options:
|
||||
- direct-release
|
||||
- project: openstack-infra/bugdaystats
|
||||
group: openstack-ci
|
||||
description: Tool to produce static HTML that shows progress during a Bug Day
|
||||
upstream: git://github.com/ttx/bugdaystats.git
|
||||
options:
|
||||
- direct-release
|
||||
- project: openstack-infra/config
|
||||
group: openstack-ci
|
||||
options:
|
||||
|
@ -2671,6 +2671,23 @@ projects:
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: openstack-infra/bugdaystats
|
||||
check:
|
||||
- gate-bugdaystats-pep8
|
||||
gate:
|
||||
- gate-bugdaystats-pep8
|
||||
post:
|
||||
- bugdaystats-branch-tarball
|
||||
- bugdaystats-coverage
|
||||
pre-release:
|
||||
- bugdaystats-tarball
|
||||
release:
|
||||
- bugdaystats-tarball:
|
||||
- bugdaystats-pypi-upload:
|
||||
- post-mirror-python26
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
|
||||
- name: openstack-infra/config
|
||||
check:
|
||||
- config-compare-xml
|
||||
|
Loading…
Reference in New Issue
Block a user