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
modules
gerritbot/files
openstack_project/files
@ -47,6 +47,7 @@ openstack-infra:
|
||||
- openstack-infra/statusbot
|
||||
- openstack-infra/storyboard
|
||||
- openstack-infra/storyboard-webclient
|
||||
- openstack-infra/subunit2sql
|
||||
- openstack-infra/vinz
|
||||
- openstack-infra/vinz-webclient
|
||||
- openstack-infra/zuul
|
||||
@ -54,6 +55,7 @@ openstack-infra:
|
||||
- openstack/requirements
|
||||
- stackforge/gertty
|
||||
- stackforge/python-jenkins
|
||||
|
||||
branches:
|
||||
- master
|
||||
- feature/gearman
|
||||
@ -233,6 +235,7 @@ openstack-qa:
|
||||
- openstack-dev/grenade
|
||||
- openstack-infra/elastic-recheck
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack-infra/subunit2sql
|
||||
branches:
|
||||
- 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:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: subunit2sql
|
||||
github-org: openstack-infra
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: python-magnetodbclient
|
||||
github-org: stackforge
|
||||
|
@ -199,6 +199,9 @@
|
||||
upstream: git://github.com/krotscheck/storyboard-webclient.git
|
||||
description: OpenStack Task Tracking Browser Client
|
||||
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
|
||||
description: CI for the tripleo project
|
||||
upstream: https://github.com/toci-dev/toci
|
||||
|
@ -3028,6 +3028,14 @@ projects:
|
||||
release:
|
||||
- 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
|
||||
template:
|
||||
- name: publish-to-pypi
|
||||
|
Loading…
x
Reference in New Issue
Block a user