Create qa-specs git repo
Create a new git repository for use by the QA Program to do design reviews in a more sane way prior to approving blueprints. Change-Id: Ie734c0921c3e36943b6fa30a16060f355ec92492
This commit is contained in:
parent
6894c3ffaa
commit
e21df8257f
@ -228,6 +228,7 @@ openstack-qa:
|
|||||||
- change-merged
|
- change-merged
|
||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
|
- openstack/qa-specs
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
- openstack-dev/devstack
|
- openstack-dev/devstack
|
||||||
- openstack-dev/grenade
|
- openstack-dev/grenade
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group tempest-core
|
||||||
|
label-Approved = +0..+1 group tempest-core
|
||||||
|
workInProgress = group tempest-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -320,6 +320,7 @@
|
|||||||
- project: openstack/python-tuskarclient
|
- project: openstack/python-tuskarclient
|
||||||
description: Python bindings and CLI to Tuskar.
|
description: Python bindings and CLI to Tuskar.
|
||||||
upstream: git://github.com/tuskar/python-tuskarclient.git
|
upstream: git://github.com/tuskar/python-tuskarclient.git
|
||||||
|
- project: openstack/qa-specs
|
||||||
- project: openstack/requirements
|
- project: openstack/requirements
|
||||||
- project: openstack/sahara
|
- project: openstack/sahara
|
||||||
group: sahara
|
group: sahara
|
||||||
|
@ -2129,6 +2129,12 @@ projects:
|
|||||||
- gate-tempest-dsvm-large-ops
|
- gate-tempest-dsvm-large-ops
|
||||||
- gate-tempest-dsvm-neutron-large-ops
|
- gate-tempest-dsvm-neutron-large-ops
|
||||||
|
|
||||||
|
- name: openstack/qa-specs
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
- name: openstack/tempest
|
- name: openstack/tempest
|
||||||
template:
|
template:
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user