Stackalytics project is added.
Change-Id: I63b998cad6f76b93a43d5e325cf7ccfb5235d6d7 Reviewed-on: https://review.openstack.org/33987 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
b47e25a2c1
commit
608b995b85
@ -0,0 +1,14 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
create = group stackalytics-core
|
||||
pushTag = group stackalytics-core
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group stackalytics-core
|
||||
label-Approved = +0..+1 group stackalytics-core
|
||||
workInProgress = group stackalytics-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
||||
|
@ -1148,3 +1148,12 @@
|
||||
|
||||
jobs:
|
||||
- gate-{name}-run-tests
|
||||
|
||||
- project:
|
||||
name: stackalytics
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -2146,3 +2146,19 @@ projects:
|
||||
- gate-cl-openstack-client-run-tests
|
||||
gate:
|
||||
- gate-cl-openstack-client-run-tests
|
||||
|
||||
- name: stackforge/stackalytics
|
||||
check:
|
||||
- gate-stackalytics-pep8
|
||||
- gate-stackalytics-python26
|
||||
- gate-stackalytics-python27
|
||||
gate:
|
||||
- gate-stackalytics-pep8
|
||||
- gate-stackalytics-python26
|
||||
- gate-stackalytics-python27
|
||||
post:
|
||||
- stackalytics-branch-tarball
|
||||
pre-release:
|
||||
- stackalytics-tarball
|
||||
release:
|
||||
- stackalytics-tarball
|
||||
|
@ -322,3 +322,6 @@
|
||||
- project: stackforge/cl-openstack-client
|
||||
description: Common Lisp OpenStack client libraries
|
||||
upstream: git://github.com/jd/cl-openstack-client.git
|
||||
- project: stackforge/stackalytics
|
||||
description: OpenStack analytics dashboard
|
||||
upstream: git://github.com/Mirantis/stackalytics.git
|
||||
|
Loading…
Reference in New Issue
Block a user