Add new Distil project
Distil is a rating service of OpenStack to provide easy interactions with user's existing billing systems, by exposing a configurable set of collection tools and transformers to make usable rating data out of Ceilometer entries. Change-Id: Ibb0bb71fb37ba45d4ac4598e2f90a5510fc09634
This commit is contained in:
14
gerrit/acls/stackforge/distil.config
Normal file
14
gerrit/acls/stackforge/distil.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group distil-core
|
||||
label-Code-Review = -2..+2 group distil-core
|
||||
label-Workflow = -1..+1 group distil-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group distil-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -944,6 +944,10 @@
|
||||
- project: stackforge/designate-msdnsagent
|
||||
description: Agent for using Microsoft DNS Server with Designate
|
||||
acl-config: /home/gerrit2/acls/openstack/designate.config
|
||||
- project: stackforge/distil
|
||||
description: Rating Service for OpenStack
|
||||
acl-config: /home/gerrit2/acls/stackforge/distil.config
|
||||
upstream: git://github.com/catalyst/Distil.git
|
||||
- project: stackforge/doc8
|
||||
description: Style checker for sphinx (or other) rst documentation.
|
||||
upstream: git://github.com/harlowja/doc8.git
|
||||
|
@@ -501,6 +501,16 @@ openstack-zaqar:
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-distil:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/distil
|
||||
branches:
|
||||
- master
|
||||
|
||||
stackforge-libra:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@@ -2514,6 +2514,15 @@
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
- project:
|
||||
name: distil
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- hook-{name}-rtfd
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: doc8
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@@ -4074,6 +4074,20 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/distil
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: docs-on-rtfd
|
||||
- name: python3-jobs
|
||||
check:
|
||||
- gate-distil-docs
|
||||
- gate-distil-pep8
|
||||
- gate-distil-python27
|
||||
gate:
|
||||
- gate-distil-docs
|
||||
- gate-distil-pep8
|
||||
- gate-distil-python27
|
||||
|
||||
- name: stackforge/doc8
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Reference in New Issue
Block a user