Add Qinling(Function as a Service) project
Change-Id: Iba17afdb9a05b29451ca7f6840ed21afee1b7e7d
This commit is contained in:
parent
c55005085e
commit
8b8cd507bc
15
gerrit/acls/openstack/qinling.config
Normal file
15
gerrit/acls/openstack/qinling.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group qinling-core
|
||||
create = group qinling-release
|
||||
label-Code-Review = -2..+2 group qinling-core
|
||||
label-Workflow = -1..+1 group qinling-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group qinling-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -6329,6 +6329,9 @@
|
||||
groups:
|
||||
- tempest
|
||||
description: OpenStack QA Specifications
|
||||
- project: openstack/qinling
|
||||
description: Function as a Service for OpenStack
|
||||
upstream: https://github.com/LingxianKong/qinling
|
||||
- project: openstack/quark
|
||||
description: Highly performant and scalable Neutron plugin.
|
||||
groups:
|
||||
|
@ -13406,6 +13406,12 @@
|
||||
jobs:
|
||||
- specs-jobs
|
||||
|
||||
- project:
|
||||
name: qinling
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: quark
|
||||
|
||||
|
@ -16944,6 +16944,16 @@ projects:
|
||||
- name: merge-check
|
||||
- name: openstack-specs-jobs
|
||||
|
||||
- name: openstack/qinling
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-distil-python27-ubuntu-xenial
|
||||
- gate-distil-pep8-ubuntu-xenial
|
||||
gate:
|
||||
- gate-distil-python27-ubuntu-xenial
|
||||
- gate-distil-pep8-ubuntu-xenial
|
||||
|
||||
- name: openstack/quark
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user