Add subunit2sql to openstack-infra
This commit adds the subunit2sql project into openstack-infra. Change-Id: I87a5c417c218d6f65f88f64136e33bdadc535cbc
This commit is contained in:
parent
dce27b9e1c
commit
fb09236c47
@ -47,6 +47,7 @@ openstack-infra:
|
|||||||
- openstack-infra/statusbot
|
- openstack-infra/statusbot
|
||||||
- openstack-infra/storyboard
|
- openstack-infra/storyboard
|
||||||
- openstack-infra/storyboard-webclient
|
- openstack-infra/storyboard-webclient
|
||||||
|
- openstack-infra/subunit2sql
|
||||||
- openstack-infra/vinz
|
- openstack-infra/vinz
|
||||||
- openstack-infra/vinz-webclient
|
- openstack-infra/vinz-webclient
|
||||||
- openstack-infra/zuul
|
- openstack-infra/zuul
|
||||||
@ -54,6 +55,7 @@ openstack-infra:
|
|||||||
- openstack/requirements
|
- openstack/requirements
|
||||||
- stackforge/gertty
|
- stackforge/gertty
|
||||||
- stackforge/python-jenkins
|
- stackforge/python-jenkins
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- feature/gearman
|
- feature/gearman
|
||||||
@ -233,6 +235,7 @@ openstack-qa:
|
|||||||
- openstack-dev/grenade
|
- openstack-dev/grenade
|
||||||
- openstack-infra/elastic-recheck
|
- openstack-infra/elastic-recheck
|
||||||
- openstack-infra/devstack-gate
|
- openstack-infra/devstack-gate
|
||||||
|
- openstack-infra/subunit2sql
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group subunit2sql-core
|
||||||
|
label-Workflow = -1..+1 group subunit2sql-core
|
||||||
|
abandon = group subunit2sql-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group subunit2sql-ptl
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = False
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2836,6 +2836,15 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: subunit2sql
|
||||||
|
github-org: openstack-infra
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-magnetodbclient
|
name: python-magnetodbclient
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -199,6 +199,9 @@
|
|||||||
upstream: git://github.com/krotscheck/storyboard-webclient.git
|
upstream: git://github.com/krotscheck/storyboard-webclient.git
|
||||||
description: OpenStack Task Tracking Browser Client
|
description: OpenStack Task Tracking Browser Client
|
||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
|
- project: openstack-infra/subunit2sql
|
||||||
|
description: Tooling for converting subunit streams into a SQL DB
|
||||||
|
upstream: https://github.com/mtreinish/subunit2sql
|
||||||
- project: openstack-infra/tripleo-ci
|
- project: openstack-infra/tripleo-ci
|
||||||
description: CI for the tripleo project
|
description: CI for the tripleo project
|
||||||
upstream: https://github.com/toci-dev/toci
|
upstream: https://github.com/toci-dev/toci
|
||||||
|
@ -3028,6 +3028,14 @@ projects:
|
|||||||
release:
|
release:
|
||||||
- storyboard-webclient-js-release-master
|
- storyboard-webclient-js-release-master
|
||||||
|
|
||||||
|
- name: openstack-infra/subunit2sql
|
||||||
|
check:
|
||||||
|
- gate-subunit2sql-pep8
|
||||||
|
- gate-subunit2sql-python27
|
||||||
|
gate:
|
||||||
|
- gate-subunit2sql-pep8
|
||||||
|
- gate-subunit2sql-python27
|
||||||
|
|
||||||
- name: openstack-infra/vinz
|
- name: openstack-infra/vinz
|
||||||
template:
|
template:
|
||||||
- name: publish-to-pypi
|
- name: publish-to-pypi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user