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:
parent
8398ad297b
commit
1934135751
15
gerrit/acls/openstack/delimiter.config
Normal file
15
gerrit/acls/openstack/delimiter.config
Normal 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
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user