Add mistral-specs
After discussion with Mistral core team, we decided to adopt the specification approval process, like other official projects. Please see the dependent patch in governance repo. Change-Id: I6e273a854d35bf8179a4306800de78d574ae2da4 Depends-on: I7da1ffaee454383704beb94b0c2bc9786dd1846f
This commit is contained in:
parent
2a56c628f2
commit
f3c0cd8b9e
11
gerrit/acls/openstack/mistral-specs.config
Normal file
11
gerrit/acls/openstack/mistral-specs.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group mistral-core
|
||||
label-Code-Review = -2..+2 group mistral-core
|
||||
label-Workflow = -1..+1 group mistral-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1750,6 +1750,10 @@
|
||||
groups:
|
||||
- mistral
|
||||
acl-config: /home/gerrit2/acls/openstack/mistral.config
|
||||
- project: openstack/mistral-specs
|
||||
description: OpenStack Workflow (Mistral) Specifications
|
||||
groups:
|
||||
- mistral
|
||||
- project: openstack/monasca-agent
|
||||
description: Agent for Monasca
|
||||
groups:
|
||||
|
@ -1094,6 +1094,7 @@ openstack-mistral:
|
||||
- openstack/mistral
|
||||
- openstack/mistral-dashboard
|
||||
- openstack/mistral-extra
|
||||
- openstack/mistral-specs
|
||||
- openstack/python-mistralclient
|
||||
branches:
|
||||
- master
|
||||
|
@ -2414,6 +2414,13 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: mistral-specs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
- project:
|
||||
name: monasca-agent
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -5810,6 +5810,15 @@ projects:
|
||||
check:
|
||||
- gate-mistral-extra-python34
|
||||
|
||||
- name: openstack/mistral-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: openstack-specs-jobs
|
||||
check:
|
||||
- gate-mistral-specs-python27
|
||||
gate:
|
||||
- gate-mistral-specs-python27
|
||||
|
||||
- name: openstack/monasca-agent
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user