Add new OpenStack QA project StackViz.
StackViz is a performance and debugging visualization utility for DevStack and Tempest. Additional information can be found at the current repository location: https://github.com/timothyb89/stackviz Change-Id: I0ce2f722f4d1ae3b864bebf7c56b5711a915476d
This commit is contained in:
14
gerrit/acls/openstack/stackviz.config
Normal file
14
gerrit/acls/openstack/stackviz.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group stackviz-core
|
||||
label-Code-Review = -2..+2 group stackviz-core
|
||||
label-Workflow = -1..+1 group stackviz-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group stackviz-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -1722,6 +1722,9 @@
|
||||
- project: openstack/solum-specs
|
||||
description: Solum Design Specifications
|
||||
acl-config: /home/gerrit2/acls/openstack/solum.config
|
||||
- project: openstack/stackviz
|
||||
description: Performance and debugging visualization for DevStack and Tempest
|
||||
upstream: https://github.com/timothyb89/stackviz
|
||||
- project: openstack/stevedore
|
||||
groups:
|
||||
- python-stevedore
|
||||
|
@@ -1210,6 +1210,7 @@ openstack-qa:
|
||||
- openstack/tempest
|
||||
- openstack/tempest-lib
|
||||
- openstack/eslint-config-openstack
|
||||
- openstack/stackviz
|
||||
- openstack-dev/devstack
|
||||
- openstack-dev/devstack-plugin-cookiecutter
|
||||
- openstack-dev/grenade
|
||||
|
@@ -3095,6 +3095,16 @@
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
- project:
|
||||
name: stackviz
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
|
||||
- project:
|
||||
name: storlets
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@@ -5011,6 +5011,12 @@ projects:
|
||||
gate:
|
||||
- gate-security-specs-python27
|
||||
|
||||
- name: openstack/stackviz
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: openstack-server-publish-jobs
|
||||
|
||||
#TODO: add docs
|
||||
- name: openstack/swift-bench
|
||||
template:
|
||||
|
Reference in New Issue
Block a user