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
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/qa-specs
|
||||
- openstack/tempest
|
||||
- openstack-dev/devstack
|
||||
- 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
|
||||
description: Python bindings and CLI to Tuskar.
|
||||
upstream: git://github.com/tuskar/python-tuskarclient.git
|
||||
- project: openstack/qa-specs
|
||||
- project: openstack/requirements
|
||||
- project: openstack/sahara
|
||||
group: sahara
|
||||
|
@ -2129,6 +2129,12 @@ projects:
|
||||
- gate-tempest-dsvm-large-ops
|
||||
- gate-tempest-dsvm-neutron-large-ops
|
||||
|
||||
- name: openstack/qa-specs
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: openstack/tempest
|
||||
template:
|
||||
- name: check-requirements
|
||||
|
Loading…
x
Reference in New Issue
Block a user