Adding library Delimiter to the CI system

Delimiter will be a cross project quotas library. It will impose
restrictions on resource consumption. It will consolidate utility code
for quota issues at a common place.

Co-Authored-By: Davanum Srinivas (dims) <davanum@gmail.com>
Co-Authored-By: Itisha Dewan <ishadewan07@gmail.com>
Co-Authored-By: Nikhil Komawar <nik.komawar@gmail.com>

Change-Id: I6df24c0417cbb173b7f684920f1d1c3c92788ed3
This commit is contained in:
Itisha Dewan 2016-05-11 23:41:57 +04:00 committed by Andreas Jaeger
parent 8398ad297b
commit 1934135751
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group delimiter-core
create = group delimiter-release
label-Code-Review = -2..+2 group delimiter-core
label-Workflow = -1..+1 group delimiter-core
[access "refs/tags/*"]
pushSignedTag = group delimiter-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1274,6 +1274,9 @@
- oslo
- project: openstack/defcore
description: Data and documentation maintained by the DefCore Board Working Group
- project: openstack/delimiter
description: Quota Enforcement and Management Library
upstream: https://github.com/vilobhmm/delimiter.git
- project: openstack/designate
description: OpenStack DNS As A Service (Designate)
options:

View File

@ -1084,6 +1084,13 @@
- gate-{name}-tox-{envlist}:
envlist: doc8
- project:
name: delimiter
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: designate
tarball-site: tarballs.openstack.org

View File

@ -5384,6 +5384,13 @@ projects:
- gate-defcore-tox-doc8
- gate-defcore-docs
- name: openstack/delimiter
template:
- name: merge-check
- name: python-jobs
- name: python3-jobs
- name: check-requirements
- name: openstack/designate
template:
- name: merge-check