Add Qinling(Function as a Service) project

Change-Id: Iba17afdb9a05b29451ca7f6840ed21afee1b7e7d
This commit is contained in:
Lingxian Kong 2017-05-11 21:38:52 +12:00
parent c55005085e
commit 8b8cd507bc
4 changed files with 34 additions and 0 deletions

View 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

View File

@ -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:

View File

@ -13406,6 +13406,12 @@
jobs:
- specs-jobs
- project:
name: qinling
jobs:
- python-jobs
- project:
name: quark

View File

@ -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